2010-01-27 129 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)沒有任何近期計劃將其恢復平價。