I\'d like to simply display the users name and photo inside a flash app. I hope to do this only in the client without using any backend scripting.
I know I can use FB Api to send the request, but I need to pick up those guys from my friend list. Is there a way, I can preselect the particular friends from the list or send t开发者_StackOverflowhe
I have an \"invite friends\" mechanism with Facebook\'s FB.ui({method: \'apprequests\', message: \'Come join me...\'}) popup dialog.I want to know the stats of users a开发者_如何转开发ctually completi
I\'ve created a开发者_开发百科 Facebook album and have the album ID.I\'m able to upload a photo to the album using the /photos API.But I can\'t upload a video using something like /videos API.I get th
Hello i have madea apps on facebook and im asking the user for permission to post on there wall using
is there a way to do this? Using the me/home json feed, it shows up as a person and just one image of the perso开发者_如何学运维n they have friended, even if they have friended several.
Re-posting a question from the soon-to-be-sunset Facebook developers forum. An earlier poster and I are receiving consistent 500 errors returned on fetching a URL such as:
My app allows users to send requests using Facebook Requests Dialogue. I run the init as follow: <div id=\"fb-root\"></div>
I\'m trying to implement a login and registration system with facebook. I\'m using the code below: <div id=\"fb-root\"></div>
I need to get the facebook photo details, from its id. Currently, am uploading a picture in FB App Album.