Skip to content

Commit

Permalink
documented scope and redirect_uri options
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Jul 10, 2012
1 parent 1cc9427 commit b8cfdbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ The existing options are:
* `'appSecret'` string representing the facebook application secret.
* `'timeout'` integer number of milliseconds to wait for a response. Requests that have not received a response in *X* ms. If set to null or 0 no timeout will exist. On timeout an error object will be returned to the api callback with the error code of `'ETIMEDOUT'` (example below).
`'scope'` and `'redirect_uri'` have been whitelisted in options for convenience. These value will not be automatically
added when using any of the sdk apis unlike the above options. These are whitelisted so you can use it to pass values
using the same `FB` object.
### version
*This is a non-standard api and does not exist in the official client side FB JS SDK.*
Expand Down

0 comments on commit b8cfdbe

Please sign in to comment.