Domanda

I want to fetch all the my facebook fan page images to an android app. im the admin of my page and using curl with graph api i can get the images from page. But problem is the access token,the token i generate from facebook developer console,gets times out frequently.

Then i read user token will get timed out,but apptoken wont. so is there a way to fetch my fan page images to present in my android app with app access token.

I would love to get a tutorial on this topic,or some explanation on how to do it.

Thanks

È stato utile?

Soluzione

You can't use the App Access Token for this purpose. Instead, use the page access token, and the good thing is that you can have a never expiring page token.\

Follow the steps here to get a never-expiring page access token: https://stackoverflow.com/a/18322405/1343690

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top