Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Refers to the iPhone software development kit, version 3.0.
0
votes
1answer
32 views
Recover Facebook App. which is removed
i had created one application which application id is = 435259419885949 and it was removed by mistake and its affecting my application which is live on the apple store so is there any way to recover ...
0
votes
1answer
256 views
time span for facebook (ios Application)
I want to calculate time span for twitter and facebook.
For twitter:-Tue Jul 19 11:08:46 +0000 2011
for facebook:-2011-07-18T15:25:09+0000
I want to convert it in to like,1 hrs ago,60 min ago,2 ...
2
votes
1answer
321 views
Calculate time span for facebook and twitter(Iphone development)
I want to calculate time span for twitter and facebook.
For twitter:-Tue Jul 19 11:08:46 +0000 2011
for facebook:-2011-07-18T15:25:09+0000
I want to convert it in to like,1 hrs ago,60 min ago,2 ...
0
votes
1answer
410 views
Is this possible to retrieve Facebook Newsfeed in uitableView
Is this possible to retrieve Facebook user Friend new feed on UItableView in ios Application using OAuth or any other technique.?
Like we can retrieve Twitter news feed using the below code.
...
0
votes
1answer
171 views
Facebook dialog Problem in Device,Not Properly Showing in Device
I Successfully Integrate Facebook in my App.Its also working fine on simulator and Iphone,With the dialog box.
But when i install facebook official App from Itunes in my Iphone.On share function it ...
2
votes
1answer
1k views
Add as Facebook friend on click iPhone
In my app I need to implement +add as friend type button to send Facebook friend requests. And if the user is not logged in then the login dialog should appear. I searched in Google and also in Stack ...
0
votes
1answer
174 views
Stuck on getting facebook to call the delegate
I am stuck on trying to get Facebook to call. I have followed all the documentation from Facebook and when I create the app it works from the delegate great, when a add a new viewcontroller it loads ...
1
vote
2answers
794 views
get facebook likes count in iphone-sdk
I don't want to show Like button... I just want to get the Number of count that has been liked for particular link... Just Cont.. No like button No dialogue Nothing
2
votes
1answer
2k views
Uplooad Video facebook-ios-sdk : uploaded but not shown on my FB Wall and in My Video
I have upload the video on facebook using following code
Help From : https://github.com/zoul/facebook-ios-sdk/
Full Discussion on Stackoverflow : Facebook iOS Upload Video "Unable to retrieve ...
1
vote
2answers
2k views
Facebook iOS Upload Video “Unable to retrieve session key from the access token.”
I want to upload video on facebook using ios-sdk
I check discussion in question iPhone Facebook Video Upload and try to implement it in my application
I try to your code but not succeed
I download ...
1
vote
1answer
922 views
Facebook+Iphone post link without dialog
I am using facebook-ios-sdk in my iphone application
I am trying to post a link on facebook from my iphone application
NSLog(@"link..%@",[shareDict objectForKey:@"url"]);
...
0
votes
1answer
1k views
facebook-ios-sdk publish on wall (status, link, video etc) with security
I am using facebook-ios-sdk. I want to publish on facebook wall with security (status, link, video, whatever else), so that only specific friends can see the update.
How can I do that?
0
votes
1answer
2k views
Facebook iOS SDK crash
I am using facebook-ios-sdk in my iphone application.
I am using its code, delegate methods in myAppViewController class..
But when I make different class for facebook code...then application crash ...
2
votes
3answers
3k views
IPhone + Twitter + LinkedIn + Facebook Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
HI All
I am using MGTwitterEngine oAuth and LinkedIn iOS sdk in my Iphone application with facebook-ios-sdk
TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone
LinkedInIphone : ...
9
votes
2answers
2k views
Does Facebook class of iPhone Facebook SDK have cancel method?
Is there anyway to cancel a Facebook object's pending request?
I can't find any methods in Facebook.h, or a way to access the underlying NSURLConnection object. If I press back on the navigation bar ...
1
vote
1answer
537 views
How can I get Access Token through FBConnect API?
I want to know if I can get an Access Token through the FBConnect API, using the iPhone SDK.
I can get one through FBGraph, but I want to use FBConnect.
I also want to know if I can integrate ...
0
votes
0answers
206 views
Why application crash when i am running facebook Api in iOS4?
In my application, I have integrated FBConnect API and it was working fine in iOS 3.1.3. And I have upgraded my device iOS 3.1.3 into iOS 4, But I did not updated my xCode and iOS version and still I ...
3
votes
4answers
4k views
How to know the apps installed in iPhone
I am developing an application in which i need to find the apps which are already installed in iphone device such as Skype, facebook. I need to check it. Please give me code snippet if possible ...
0
votes
1answer
488 views
iphone : facebook application responce error message
I am trying to integrate facebook in my iphone application. after logged in from my iphone I am getting response message as "application responce error"
can any one help out , why I am getting such ...
1
vote
1answer
1k views
how to connect facebook sdk with cocos2d
As we all know face book is providing SDK to add face book in our applications.
In simple applications it's easy to add such sdk as all things are known, but how to add face book sdk in cocos2d ...