I\'m getting conflicting results between the facebook javascript SDK and the python requesthandler variables. The Javascript SDK says my user is not logged in, which is correct, while my template vari
I have this code to de-authorize my FB application for currently logged in user: FB.api({ method: \'Auth.revokeAuthorization\' });
I would like to be able to recreate the same comment linking ability that facebook has on开发者_运维知识库 their front end through the graph API (NOT javascript SDK).
All what I found is related to old API not 3.0 :\\ I need 开发者_如何学Goto determine that before an application will display proper message.Your app will need to request the user_likes permission in
I am developing a small application for facebook. In my application I post content to a fan page\'s wall.
I\'m looking for clarification on how Facebook uniquely identifies objects in the object graph.Specifically, we have several hundred sites for which there is significant overlap in pages that display
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JAVA百科
I have th开发者_运维百科e following in my source code. I get the alert \"No Response\" and then the facebook page says
I\'ve a facebook application, which conncets to facebook via the PHP-SDK. $facebook = new Facebook(array(
I am trying to get updates when the like count of a page my app is on is updated. I am trying to accomplish this by using the FB Real-time Updates API