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