trrrrrrm
trrrrrrm

Reputation: 11812

how to get a page owner feeds by facebook graph API

i'm trying to get a facebook page feeds using graph URL. but i want to get only the owner data ... i don't want anything not from the owner. i can do that using PHP. but i'm asking if i can do that using the same graph request.

Thanks

Upvotes: 2

Views: 1359

Answers (1)

Rafal
Rafal

Reputation: 166

Just use /posts instead of /feed

Upvotes: 6

Related Questions