Possible Duplicate:
Get long live access token from Facebook
I've been working on a service which uses facebook graph api . I've seen that the permanent api token doesn't exist anymore , and that means I have to get a new API token every time a user is using my service. I'd like to know if there's an option to get a "long-term" access token , and how exactly i'm able to "pull" a new access token every time i need one.
Thanks