Iwas publishing a new feed to the wall on facebookusing graph api in ruby, and it works except the picuture is blank.
I want to insert an entry to the new facebook timeline with a specific date (e.g., February 10, 2008), but not manually. I want to be able to do this using either the graph api or the new open-graph-b
I have a script that runs in the background over facebook api using json_decode however it is bogging down my server to the point where i cannot connect. I am having it loop over all the tags in side
I am developing an web app, which connect to facebook, to get posts, and other stuff liked by users. I have problem with getting all posts from user page using news feed(home connection of Grap API).
It is very important that Facebook Connect and Facebook app users aren\'t duplicated in our website.So if they already have an account on our website, when they connect through FB Connect or our Faceb
I have just implemented FB login and status updates in my app following the sample app in the IOS SDK.
My facebook Webs开发者_JS百科ite app is configured for a site url using a port number iewww.example.com:900
I am using the PHP Facebook 3.0 SDK for the graph APIand want a simple way to find out if there is currently an active token so that I can handl开发者_如何转开发e errors gracefully.
Facebook users can add multiple email addresses.I know, with the extended \"email\" permission, you can retrieve the primary email address through the graph API.How do you retrieve the rest of the ema
We did not know that Oct 1 is also deadline for signed_request. Does anyone have example code to do signed_request for FBML apps?