0

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

4

1 回答 1

1

您不能为此目的使用应用程序访问令牌。相反,使用页面访问令牌,好处是您可以拥有一个永不过期的页面令牌。\

按照此处的步骤获取永不过期的页面访问令牌:https ://stackoverflow.com/a/18322405/1343690

于 2013-10-01T18:16:03.737 回答