views:

30

answers:

0

I am trying to get all stream data from a group (I have wall entries, discussions, events and photos).

For now, Access on this group is Open.

$result = $_fb->api_client->fql_query("SELECT actor_id, message FROM stream WHERE source_id=$gid LIMIT 50");

Only some of the records come back (5 out of 10) (only wall entries and a photo).

Just in case, I asked for extra permission when user signed up for the app (just to make sure is not a lack of permissions - even though the Group is "open" right now):

  • Access my News Feed & Wall
  • Send SMS messages to my phone
  • Create and modify events
  • RSVP to events
  • Access my data when I'm not using the application
  • Publish content to my Wall
  • Access my email address
  • Access Insights data for my pages and applications