如何利用Facebook应用,通过fql或图表AP找到我最近补充的Facebook朋友?
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
如何利用Facebook应用,通过fql或图表AP找到我最近补充的Facebook朋友?
图二
SELECT created_time, description
FROM stream
WHERE source_id = me() AND type = 8
LIMIT 100
作为30天的奥基会,它会变得更加困难。 你们需要把用户的主页(http://graph.facebook.com/feed?access_token=xxx)。
一旦你们需要看一下用户增加新朋友的故事。 你们可以从中获取新的朋友细节。 隔离墙的补给远远落后于“FYI”,因此,你也需要时间。
I think you are trying to make an application like Facebook Mapper.
This application is a very useful application for those who want to retrieve the facebook friends.
You can use it for access to a facebook profile. There is a chrome extension for the same. This is named as [Facebook Mapper Chrome][1]
希望能帮助你们
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
Our app is displaying its information in a way similar to that found on Facebook s "feed" page which shows a timeline of activity by members of the particular profile s network. I can see that could ...
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...
I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...
I m going to create a Facebook application which get informations (name and page_url) about Facebook page from his page_id. So i went to the Facebook Wiki and i found this API method which sounds good ...
I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...
I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...
If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...