I need to query the fb graph for a fb page albums and photo listing, this page is age restricted therefore I require an accesstoken to read the data as the homepage of the page tab doesn't require you to authorise the application, meaning I don't have a oauth token for them.
Please advise if the following is a good solution or can anyone advise on something better
- Generate a non-expiring token from my fb account which can access this page (as old enough to pass the age restriction)
- Embed generated access token in my application to read the album data
- Use generated access token to query graph for non authenticated users (I don't have a oauth token for) of the page tab
All ideas welcome