fbml - What is the API for Facebook 'profile stream' aka wall posts? -
Is there an API call, and if so, to get 'my position and position on my wall' Does Facebook call? It seems that it can be filtered from the Facebook Stream API, but it is not clear how it works for me.
This link means it is possible:
You want to query an FQL like this:
select actor_id, the message FROM stream WHERE source_id = & lt; User ID & gt; Limit 50
You may want to select some more fields, you can see what's available here:
Comments
Post a Comment