i\'m using this code to invite friends in my facebook application $app_id = \"000000000000000000000\";
I\'ve just downloaded the Facebook SDK Version 3 and there are some significant changes. My goal is to get everything working so a user can be authenticated, then when they add a new page (different s
Can we implement Facebook applications and test it locally ? or we need to upload the script on the server each time we 开发者_运维知识库want to test the API ?Yeah, you can implement Fb app via localh
I have a music promotion website, I require people to sign a \'copyright\' permission form in order for me to display them on my homepage. I know it would be a load quicker if I integrated a Facebook
I can retr开发者_StackOverflow中文版ieve every event I\'m attending (or maybe) with https://graph.facebook.com/me/events. Is it possible to do the same but for every event I was invited and didn\'t re
does anybody know what are the properties of the fail object parameter in the callback function for flex facebook Graph API 1.7 ?
I noticed that my feedback news feed shows certain posts that aren\'t returned by any of the API\'s.(I tried the GraphAPI and the legacy REST API and FQL).
I\'m using fb:like/share/send etc within a variety of different apps/sites sometimes where the buttons are called to render several times, for exam开发者_Go百科ple on a store with multiple items.
I know this question has been asked in the past, but times have changed and I am hoping the facebook SDK has progressed.I have seen other websites with the ability to deauthorize their app from the we
I\'m using the PHP SDK and it\'s really slow, for example to run this: try { $me = $this->facebook->api(\'/me\');