English 中文(简体)
找到最近的Facebook朋友
原标题:Finding recent Facebook friends
  • 时间:2012-01-16 06:21:32
  •  标签:
  • facebook

如何利用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]

希望能帮助你们





相关问题
Facebook Connect login dialog not working

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:...

Facebook App Profile Tab is Empty ... No Content Displayed?

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 ...

Facebook Platform error: "Object cannot be liked"

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 ...

how to call showPermissionsDialog() in php (facebook api)?

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 ...

Facebook connect

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 ...

热门标签