How can i get the list of my friends friends list using new facebook api. i got the friend list using the below code,
Hi i m trying to show permission dialog using following code: $permission = $facebook->api(array(\'method\' =>\'users.hasAppPermission\',\'ext_perm\'=>\'publish_stream\',\'uid\'=> $uid));
As Facebook announced to support the iframe for page tabs also. http://developers.facebook.com/blog/post/462
hey, i want to set a long page app without fb will limit the height of my app and appen开发者_C百科d scroll
im trying to build an fbml for a client开发者_JAVA百科 that has a live stream functionality from 9-5 only,
I\'m trying to start off using FBJS, and I can\'t figure this out. The documentation on developer.faceb开发者_如何学Goook.com seems so limited and hard to sort through I can\'t figure out where to fin
The l开发者_运维知识库ist is displayed in the tab: \"Game Requests\" or \"App Requests\". How to get a list to json format?As far as I\'m concerned you can get it only for a specific application, i.e.
I have my app used as a tab on a page implemented using iframe. I\'m iterating over some links and for each link I\'d like to add a Like button, but none of the generated buttons work becaus开发者_如何
I need to publish some message to the current user\'s wall using FBJS in FBML application. When I use
I want to get the current URL in fbjs. I have used this window.location 开发者_如何学C However, this doesnt work.