I have an album which is public and I want to expose it through my site via PHP.
The documentation at https://developers.facebook.com/docs/graph-api/reference/v2.6/album says that I need an access token, however I don't want to have the user login to facebook just to see my public photos.
How do I get such a "generic" access token?
Thanks.