spacewindow
spacewindow

Reputation: 407

Get list just of visitor posts / shared events etc

We have a public Facebook page for our dance group. Friends and strangers will post to our Timeline (sharing events etc) – you can see them all under Visitor's Posts, which opens in a modal on the page.

I want to be able to pull all Visitor's posts with the graph api.

The Visitor's posts are not included in the basic {page-id}/feed request, so i cannot filter for them post-retrieval.

I have tried the {page-id}/tagged/ Edge, but for some reason this excludes certain posts.

Graph request with page ID 93039009689/tagged/

https://developers.facebook.com/tools/explorer/391224331052795?method=GET&path=93039009689%2Ftagged%2F&version=v2.5

Compare to Visitors Posts feed here: https://www.facebook.com/contactinsydney/posts_to_page/

Any ideas?

Upvotes: 4

Views: 2142

Answers (1)

marco_menchi
marco_menchi

Reputation: 1

Using the Graph Explorer with the User access token should not retrieve all visitors posts. Did you try with the Page access token? It worked for me.

Upvotes: 0

Related Questions