i have created an application where user can post message to their own wall ! this is my code try { $facebook = new Facebook(FB_APIKEY, FB_SECRET);
i use this code to get info about friends <?php $fql = \"SELECT uid, name, pic_square FROM user WHERE uid = me() OR uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) \";
I have a working i开发者_Python百科ntegration with facebok api via PHP SDK and working login. Now I tried to add the permission for email as well with the following code, but when trying to connect/lo
I keep record of all users of my app in local, MySQL database. I have all the relevant information required to get user online presence status [UID, access_token and granted extended permission].
i am trying to generate a feed dialogue through php to post contents 开发者_如何学Goo user\'s wall.
hope you can help me with a bit of a problem I\'ve encountered. I\'m writing a Facebook application where I\'m making posts to user walls to update game score using the PHP SDK.
Currently I use Facebook php-sdk. Example code from the tutorial. $session = $facebook->getSession();
I\'m doing this facebook comments for a friend and I can\'t get any info with FQL nor with graph api...
I am trying to set up a site so a user can type a comment in an HTML form and that c开发者_开发问答omment will then be placed on that person\'s wall after pressing the submit button.
I am trying to publish stream on my facebook WEBSITE wall page. so far I succeeded to publ开发者_如何学Cish stream via my APP page but I dont want via, I want to publish directly.