Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Add some lost docs back
Browse files Browse the repository at this point in the history
Test Plan:
None.

DiffCamp Revision: 118231
Reviewed By: brent
CC: platform-diffs@lists, lshepard, brent, naitik, mattwkelly, selekman
Revert Plan:
OK
  • Loading branch information
daaku committed May 26, 2010
1 parent a4f7d83 commit 4159c39
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/core/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ FB.provide('', {
* @param cb {Function} The callback function.
* @param opts {Object} (_optional_) Options to modify login behavior.
*
* Name | Type | Description
* ------ | ------ | ------------------------------------------------------
* perms | String | Comma separated list of [[wiki:Extended permissions]].
* Name | Type | Description
* ------------------------ | ------- | --------------------------------------------------------------------------------
* perms | String | Comma separated list of [Extended permissions](/docs/authentication/permissions)
* enable_profile_selector | Boolean | When true, prompt the user to grant permission for one or more Pages.
* profile_selector_ids | String | Comma separated list of IDs to display in the profile selector.
*/
login: function(cb, opts) {
opts = FB.copy({ method: 'auth.login', display: 'popup' }, opts || {});
Expand Down

0 comments on commit 4159c39

Please sign in to comment.