What is the permission required to access friends' stream/links?
I have an app that has "friend's likes" permission, and I'm able to get their likes, but no access to their stream/links tables in FQL. Does anybody know how to gain access to that info (their wall posts, ba开发者_开发问答sically)?
You need the read_stream
Permission to see their feed and links
There is no analog to the user’s read_stream permission for friends.
Means, you can’t access a user’s friends stream directly.
精彩评论