criso / fbgraph

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

Is static graph.setAccessToken(access_token) global? #81

Closed georgemickael-b closed 9 years ago

georgemickael-b commented 9 years ago

I read somewhere that setAcessToken() is global and sets the access token for all the connected users. 'A' sets the token . 'B' sets the token. 'A' posts something but it goes to 'B's Wall. I am not sure if this is right.Need clarification,Big time.

criso commented 9 years ago

https://github.com/criso/fbgraph/issues/19 https://github.com/criso/fbgraph/pull/34 https://github.com/criso/fbgraph#static-access-token-used-on-all-calls https://github.com/criso/fbgraph#to-use-a-specific-access-token-for-a-particular-request

:smile: