0

I want to make an application to fetch data from my Facebook page and display it in my application.

I tried using the Facebook API Explorer, it work fine but it expires after around 1 hour.

So, I need another way to get access to all my post like text, image and videos without expire data and anyone download my app can show my post without login to Facebook or any authentication.

Jason Aller
  • 3,541
  • 28
  • 38
  • 38

1 Answers1

1

Non-expiring Page Access Token are seemingly no longer possible with Graph API v2.0. If you have a v1.0 App, you could use the way described at Facebook non-expiring access token to get a non-expiring Page Access Token.

Community
  • 1
  • 1
Tobi
  • 31,405
  • 8
  • 58
  • 90