This is similar to questions asked several times before, but no matter what I read, I'm still confused.
I have a public Facebook page, like White Collar for example, whose activity feed I need to embed into my Android app. I understand how to get the app-id and app-secret, but I don't understand how to get the short-lived access token, which I understand is necessary to get a long-lived access token.
From what I understand, which can quite possibly be wrong, the user has to login through the app to get a short-lived access token, but I don't want any user to have to login to view the activity feed.
Once I have that, how do I then use it to bring this activity feed into my app?
The Facebook documentation for this is terrible so I need some help.
If it or anything else requires site-specific permissions, I have access to the site in question.
Thanks!