I am trying to develop a facebook application, the last step is unfinished, that of inviting friends to play the app. i try the following code, but i am getting error. Please suggest how to go about.
Hi I modify my application recently first it just takes basic info. permission from users but now I want stream publish permission too. So I check on my index page if users not granted stream publish
My application refreshs automatically to facebook login url but my user already signed in so repeats refresh, nonstop.
Using the current PHPSDK and API (ie no开发者_开发知识库t FBJS or the REST approach) I am trying to work out how to paste to a fanpage wall and struggling to find any hints...
I have a working single sign on for facebook that works (most of the time) But for whatever reason I occasionally get an error. I\'m trying to write a fallback method that uses the php sdk login that
I am writing an application in Facebook that is meant to be shown through a page tab on my own business page. I need to interact with the viewing user, thus I require extended rights.
I\'m unable to get cu开发者_JS百科stom parameters send to my facebook fan page tab. I\'m using php and is passing like this:
In graph api, Page开发者_高级运维s.isFan method not working, what\'s method for checking user fan of a page in graph api?
I know how to post something on my wall $facebook->api(\'/me/feed/\', \'post\', $feed); but how to post feed on my facebook application page and this feed开发者_开发百科 must be posted by the appHe
I have a Facebook App that allows people to create \"Posters\". Every \"Poster\" can be commented on using fb:comments widget.