I am trying to add events information to the facebook users profile from a 3rd party website using Javascript SDK provided by facebook. I just googled for few tutorials and I got this links
In one of my application I am using client side Facebook javascript api to track user\'s facebook login status.
Is there a way to store the session got from javascript to PHP\'s session? I know that I have to do a POST, can someone give me an example? This is what I have so far: I want to store the uid in PHP\'
So, the mechanism is simple. I use Facebook JS SDK\'s FB.login() to let a user log in to my application. After the user clicked allowed, I wanted to call ajax to update the content of the page.
Can anyone please let me know how to post voice update on fac开发者_运维问答ebook, on a user\'s wall, using the php/js - sdk and Graph API.
Does anyone know how I can get a thumbnail/avatar of a facebook user using the javascript sdk? I know to get the full size picture I can do the folllowing:
I have put the following code in my head to check the session: <script type=\"text/javascript\">
I\'m using Facebook\'s open graph api along with the JavaScript SDK on my site. My goal is for a user to connect to my site and then after performing certain actions on my site publish a message to th
I am trying to get the user gender and birth date through the following: FB.api(\'/me\', function(response) {
is it possible in an iframe applications check if the user share something successfully. may i get the request id if it is successfully shared so if it is shared i want to make the share button\'s vis