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
737 stars 250 forks source link

changed FB.options('redirect_uri') to FB.options('redirectUri') #33

Closed prabirshrestha closed 11 years ago

prabirshrestha commented 11 years ago

changed FB.options('redirect_uri') to FB.options('redirectUri') so it is consistent with appId, appSecret and accessToken.

breaking change

PR for #34