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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
157 views

Parse retrieved Facebook friend details data

I have used FQL query in order to retrieve the friends list at a time: -(void)fetchSaveUserFriendDetails { NSString* query = [NSString stringWithFormat:@"SELECT uid,name,birthday_date FROM user ...
0
votes
1answer
217 views

Sync Facebook user friends birthdays to my xcode application

Lot of confusion understanding when I googled and studied tutorials like Getting Started with the Facebook SDK for iOS ,Legacy iOS Tutorial etc.I have downloaded the FacebookSDK-3.0 as I use Xcode ...
0
votes
0answers
24 views

Tagging a name in an event detail

I would like to tag a name in an event detail, (pointing to an artist's page) I know it can be done for a post, but what about an event?
0
votes
0answers
51 views

Object details hide when play SWF

I have audio player based on SWF. All work good except one thing: On the timeline when I click play icon I see my flash player good but all another details (like title, description etc.) is lost. ...
2
votes
1answer
302 views

Cannot get relationship_status data

I'm busy writing an app on facebook, yet whatever i try, i cannot get relationship_status data. My app succesfully gets all the other data it needs (friendslist data like names, gender, profile ...
0
votes
1answer
179 views

App Details submission rejected “…remove this integration as a listed platform in the dev app.”

I submitted my app details on Facebook, and received the following notice: Your app's main functionality lives off canvas. Please either choose to host your app on canvas or remove this ...
0
votes
0answers
64 views

How to link existing page instead of create new page for app in app details contact info?

The app center app details tab, under contact info, shows app page: (button to create new page) which it then terms a "community" page. How do we link it to an existing page instead of a new one?
0
votes
0answers
222 views

how to fetch user details from facebook using java

I have got success in fetching up user's first name and last name. But I cant fetch user's email and date of birth and other details from facebook. How to do that. Anybody? Please Help..