We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf19e7 commit 0703c47Copy full SHA for 0703c47
openfb.js
@@ -58,6 +58,7 @@ var openFB = (function () {
58
* loginURL: (optional) The OAuth login URL. Defaults to https://www.facebook.com/dialog/oauth.
59
* logoutURL: (optional) The logout URL. Defaults to https://www.facebook.com/logout.php.
60
* oauthRedirectURL: (optional) The OAuth redirect URL. Defaults to [baseURL]/oauthcallback.html.
61
+ * cordovaOAuthRedirectURL: (optional) The OAuth redirect URL. Defaults to https://www.facebook.com/connect/login_success.html.
62
* logoutRedirectURL: (optional) The logout redirect URL. Defaults to [baseURL]/logoutcallback.html.
63
* accessToken: (optional) An already authenticated access token.
64
*/
0 commit comments