I\'m trying to use the new Facebook Graph API on my website. This is what I have: Somewhere on the page:
Background: I have successfully used the Facebook Graph API to publish activity on a particular web site to a Face开发者_如何学Cbook fan page\'s stream (wall).
Using the new API, is it possible to get the insights (analytics) data from a page that you are an admin of?
We\'re having some trouble getting our like button to work.It seemed to work last week but suddenly it\'s stopped working.
I need to know if it\'s possible to make it so authorized users can upload photos to a fan page of a comp开发者_开发技巧any (to the wall) using the graph API.
I have really simple few lines of Facebook app, using the new Facebook API: <pre> <?php require \'facebook.php\';
I have created an app, and now i want to post a message on one of my friends wall with use of the new Graph API. Is this do-able?
What\'s the difference between accessing user data with the Facebook Graph API (http://graph.facebook.com/btaylor) and using the Graph API to make a FQL query of the same user (https://api.facebook.co
Th开发者_运维技巧e old Facebook API provided the user sex/gender as part of the default user data.Apparently the new Graph API does not provide that information, even though the documentation says tha
I\'m developing a new Facebook Canvas application within an iFrame and trying to authorize users. The new OAuth api recommends I开发者_StackOverflow do a redirect to the following to authorize a user