jquery-cordova-oauth2 icon indicating copy to clipboard operation
jquery-cordova-oauth2 copied to clipboard

jQuery plugin for doing Oauth2 login in a Cordova App

Results 9 jquery-cordova-oauth2 issues
Sort by recently updated
recently updated
newest added

Hi, I tried your example. but am getting error please help me. $.oauth2({ auth_url: 'https://www.facebook.com/dialog/oauth', response_type: 'token', client_id: '2063360807218431', redirect_uri: 'http://10.10.11.211:3000', other_params: { ![error](https://user-images.githubusercontent.com/7994498/29272338-32941bfa-811d-11e7-8cab-f1bd75eb3128.png) scope: 'basic_info', display: 'popup' }

i tried your example. function oauth2_login() { $.oauth2({ auth_url: 'https://www.facebook.com/dialog/oauth', response_type: 'token', client_id: 'XXXXXXXXXXX', redirect_uri: 'http://www.zonnix.net', other_params: {} }, function(token, response){ // makeAPICalls(token); return; }, function(error, response){ console.log(error); return; });...

Does it support custom OAuth2 implementations? If so can you please let me know the steps?

Hi there. And thank you for your nice library. I am using this library implicit call for a custom service of mine. The problem is that I cannot get it...

Hello, i want to get name,firstname vs.. how to get firstname facebook token?

I'm looking at the first example "Google Oauth2 (Authorization code grant)", that is listed in the readme and it is asking the developer to include their "client_secret". Correct me if...

When you type more than one parameter allowed in the scope url google is invalid and is not generated the token. I found the problem and found that making a...

Am getting this error trying to do Oauth2 with facebook: Unsafe JavaScript attempt to initiate navigation for frame with URL... from frame with URL ... The frame attempting navigation is...

I wanted to be able to specify a `popup_params` option through the plugin, so I added one. My text editor also removed some trailing whitespace it seems. I only changed...