2010-01-27 126 views

回答

1

我发现了!方法是在流中查找来自您的朋友的用户的帖子。这有点令人讨厌,因为只需要做一些非常基本的工作就需要加倍努力。在使用FBConnect代码看起来像这样的Objective-C:

NSString *connections = [NSString stringWithFormat:@"select target_id from connection where source_id == %lld", _uid]; 
NSString *fql = [NSString stringWithFormat:@"select message from stream where source_id in (%@)", connections]; 
NSDictionary* params = [NSDictionary dictionaryWithObject:fql forKey:@"query"]; 
[[FBRequest requestWithDelegate:self] call:@"facebook.fql.query" params:params]; 
+0

你会得到相同的数据,出现在http://www.facebook.com/home.php?如果你愿意,你可以建立相同的页面吗? – shaimagz

+0

是的,你会得到相同的数据集,是的,你当然可以:D如果你可以做ajax:D – phunehehe

+0

我可以请你详细说明这个.im不喜欢Objective-C :) – kapitanluffy

2

https://graph.facebook.com/me/home

注:/我的/ home检索新闻饲料的过时的观点。这是目前已知的一个问题,我们(Facebook)没有任何近期计划将其恢复平价。