I am trying with Facebook API with codeigniter. While I am trying with get some basic information about the users like
i have a Facebook app which has a button that brings up the Facebook requests dialog. When this button is clicked the first time the page loads, the request dialog pops up in the a new window, and thi
I do an fql query like this. SELECT page_id from page_admin WHERE uid=me() I get page ids as 开发者_Go百科float type. Something like 1.********E+14. I am using php. How can I get it as an integer.
The output can be seen here: http://4playtheband.co.uk/twitter/example.php An example post is : Array ( [data] => Array
I am building a snippet to get the Facebook comments with graph API & display them in my div. Right now, I am passing the comments count as a parameter to function. I want to make this a plug开发
I am adding application to my fan page.I came to know that for adding application to fan page ,you should be admin means 开发者_如何学JAVAonly admin of that page can add.I am asking application id to
I am initially asking a manage_pages permission whenever a user is authorizing my app. I would now like to add a custom tab i.e. the user can change the name of the tab which get开发者_如何学Gos
Are there any methods to query the duration of Facebook Video by Graph API? There\'s no related field from document.
Yesterday I developed a little script (app), where I was able to upload photos to a specific album of a fanpage while visiting this fanpage (with installed app) as a fan.
Im have coded a small CMS for creating FB_Pa开发者_运维技巧ges. The CMS works great, but i wan\'t that the users publish their new generated pages automaticly.