Facebook Graph API: How to filter home & feed by application?

前端 未结 3 1304
梦毁少年i
梦毁少年i 2020-12-09 07:08

The Facebook Graph API lets you grab a JSON representation of home (News Feed) & feed (Wall).

How do I just get the posts made by my Facebook app?

3条回答
  •  死守一世寂寞
    2020-12-09 07:45

    Facebook has added support to filter me/home posts without using FQL by passing the filter parameter.

    For example to get just photos you can do: me/home?filter=app_2305272732

    Full documentation is here: http://developers.facebook.com/docs/reference/api/user/#home

提交回复
热议问题