If a user loggs into my app with his facebook account I get an access token which is valid for 2 months. But what happens if the two months exceed and the user loggs into my app again? Do I get a new 2 month access token automatically?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Your user will have to go through the normal authentication process that they did when they first installed the application.
During this process, Facebook will detect that the application has already been installed and refresh the access token.
So, to directly answer your question: yes, you will receive a new access token.