Thuzi / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Other
736 stars 250 forks source link

doesn't allow fb_exchange_token #82

Open wilsoncastiblanco opened 9 years ago

wilsoncastiblanco commented 9 years ago

When I'm trying to exchange token, I need to send fb_exchange_token but Facebook response is

{ message: 'fb_exchange_token parameter not specified', type: 'OAuthException', code: 1 }

prabirshrestha commented 9 years ago

Can you paste the full code on what you are trying to do. How are you creating the parameters? Which url are you trying to call?