Skip to main content

All Questions

0 votes
2 answers
2k views

Best Way To Find a Username From a Facebook ID

I have a facebook user's id. How do I get their username? Specifically, I am using a FBFriendPickerController for (id<FBGraphUser> user in self.friendPickerController.selection) { NSLog(@"...
GangstaGraham's user avatar
1 vote
2 answers
3k views

How can I open a page by Facebook application In iOS?

I have a Facebook fan page and I want to open It by Facebook application In iOS! I used this code for open a page In safari application in iOS. NSURL *myUrl = [NSURL URLWithString:@"https://www....
RRvv's user avatar
  • 13
1 vote
1 answer
212 views

Facebook SDK iPhone, friends list

I have one question. I want to share photos from my application via facebook. There is no problem to share it on my wall, but is there any possibility to share it on friend's wall ? Something like ...
pskow's user avatar
  • 135
0 votes
1 answer
270 views

Facebook fbDidLogin gets called multiple times after [facebook authorize:permissions]

I have a problem when I try to login to facebook with my app (with facebook IOS app installed). Everything works fine, but fbDidLogin on the delegate method gets called twice. I call this method ...
Fervus's user avatar
  • 720
1 vote
1 answer
726 views

Issue with Facebook SDK and iOS application (authButtonAction)

I am not exactly sure what is going wrong. I implemented everything specified by developers.Facebook.com to authenticate Facebook login in my iOS application. Here is what I believe is relevant to the ...
Jordan's user avatar
  • 2,130
4 votes
3 answers
3k views

Facebook login fails in UIWebView

In my app I have to load a web page in UIWebView where user can login with Facebook. The problem is that when user clicks login, blank page appears. Is it possible to get back to first page and be ...
tadasz's user avatar
  • 4,364
0 votes
2 answers
381 views

Create an alert on any view controller from a method [duplicate]

Possible Duplicate: Create an alert on any view controller after Facebook request:didFailWithError: I have a method that gets called if a video upload to Facebook has failed. If that method is ...
Orpheus Mercury's user avatar
2 votes
1 answer
184 views

Cocoa Facebook login not working

My APP's Facebook login wont work and I cant seem to figure out why. In my .h file i added #import "FBConnect.h" and @interface MyImageViewControllerViewController : UIViewController<...
Dvir Levy's user avatar
  • 8,078
2 votes
0 answers
234 views

Show Near by location using og:latitude and og:longtitide meta tags

I am trying to add the following two meta tags ro the webpage I am going to share, <meta property="og:latitude" content="37.416343"/> <meta property="og:longitude" content="-122.153013"/> ...
rustylepord's user avatar
  • 5,751
1 vote
1 answer
9k views

Facebook error: Encountered an error while processing the request: 502 Error parsing server response. Got EOF while waiting for outstanding responses

Today I started receiving errors from Facebook when my app tries to post a message. The app successfully authorised, Facebook message window pops up, everything looks fine (links, pics, description) ,...
Tibidabo's user avatar
  • 21.5k
2 votes
1 answer
485 views

Can you geo-tag a facebook post?

I am developing an iphone app and using facebook graph API. I need to know weather I can geo tag a facebook post ? The feed dialog does not specify any attributes related to location. http://...
rustylepord's user avatar
  • 5,751
0 votes
1 answer
173 views

Coming back in own app after post from Facebook app

I am using the Facebook app installed on my device for posting data on Facebook. I want to come back to my app after clicking and posting on Facebook, but I found no way to do this. Is there a way? ...
aks.knit1108's user avatar
  • 1,305
0 votes
3 answers
2k views

Sharekit API : Could not post on Facebook wall

In my iPad app, I have configured the Facebook with newest Share Kit SDK code. from GIT Hub Git Hub Latest Sharekit But it has got an error after login. **AN error occurred with App. Please try ...
Shivbaba's son's user avatar
30 votes
1 answer
30k views

iphone facebook side menu using objective c [duplicate]

Possible Duplicate: What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app? The facebook iphone app has a new side menu, (source: tapscape.com) Does anyone know how i ...
Diptesh's user avatar
  • 383
1 vote
3 answers
499 views

Facebook Connect open the Facebook App

i am trying to implement the facebook connect on my iphone App. after the first confirm the app stay in the facebook app and dont return to my app. i call the dialog methood from the view controller ...
orthehelper's user avatar
  • 4,079

15 30 50 per page