I have a FB app, which uses FB.api() from its JS SDK to post a message on user\'s feed. The issue is, I get 400 error instead.
I 开发者_运维问答am trying to create a sweepstakes application. I am trying to copy wildfire. But I am unable to create facebook applications dynamically like they are doing.
I\'m trying to make a photo organizing Facebook application without using server-side process. Now I can preview photos by using FileReader object\'s readAsDataURL method, such as...
I want an \"Invite Friends\" link on my website where you click it and you get a Facebook dialog that asks you to choose which of your friends you\'d like to invite. Those friends then either get an a
I try to figure out how to access facebook group or event photos/albums. The graph API of the group/event object doesnot have a connection for photo or pictures.
I would like to be able to like a Facebook status using the Graph API. I have successfully written a status update and a comment to a status update so it all seems to be perfectly set up. Still, I get
Do you know how can I login as a page and post a photo on wall of this page? I ca开发者_如何学Gon post on wall, but the photo don\'t appears just the text.
I have a web site that uses Facebook Graph API and connects users using the OAuth access point. Now the problem is that if user does Facebook Connect he\'s signed in to the Facebook too.
I need to check if user has granted a given permission (for exam开发者_如何学Cple: publish_stream) in server-side. It seams for client-side exists solution but what I need is for server-side.
I am trying to display a simple alert window using my chrome extension when a user is logged on to facebook. I have the javascript sdk initializing codeand also the code to get login status in my back