I'm using RestFB to get user's wall feed and ran into an issue that only posts by current user is returned. Is this a bug or am I doing something wrong? The exact same query works in Facebook API Explorer so I'm not quite sure what's wrong.
Connection<Post> rPosts = fbClient.fetchConnection("me/feed", Post.class);
I have tried with both version 1.6.09 and 1.6.10 with the same results.
Thanks, Jack
/me/permissionswith the two access tokens you're using – Igy Sep 6 '12 at 18:57