Reputation: 79
I need to extract images from a FB fan page. I'm able to read the page post, I then check post by post to see if it is really a photo and then try to open the object_id related to photo. The last point give me error: it told me I need an user token. I'm developing an automated script that needs to work every 10 mins and downlad new data. I'm not admin of the page. Is there a solution? thanks, Andrea
Upvotes: 0
Views: 90
Reputation: 43816
I don't see the issue - have your user come back once every 60 days, get a long-lived access token for them, store it, and use that token to read the page's /feed
connection
You can also use an App Access Token if the page has no demographic restrictions
Upvotes: 2