criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 176 forks source link

Ask permissions every time on auth request #32

Closed noosxe closed 11 years ago

noosxe commented 11 years ago

Hi. How can I make facebook ask for granting permissions every time user tries to authorize, like twitter does. Now it just does all needed redirects at once without anything. Thanks.

criso commented 11 years ago

You would have to remove the users permissions before asking for it again.