1
votes

I've been working on a website which use public facebook information such as posts.

There are few important things i'd like to emphasize :

  • User access token is definitely different from app access token
  • I'm not building a facebook app , but a site which uses facebook public information.

The problem comes up when I use a certain user access token , and about half an hour later I can not use this access token anymore becuase it has expired.

I'd like to know how am i able to get a permanent or at least a long term user access token ?

Thanks in advance

1

1 Answers

0
votes

I don't think you can set when it expires. However the auth token should be extended whenever you need it and it has expired. The reason it's short is probably for security.

(I've only worked with the iOS SDK but I assume it follows the same principle)