Camilo Pérez

Results 6 comments of Camilo Pérez

It doesn't work for me. My code looks like ``` javascript var jso = new JSO({ providerId: "facebook", client_id: "-----", redirect_uri: "http://localhost:3000/user/token", authorization: "https://www.facebook.com/dialog/oauth" }); jso.on('redirect', jso.inappbrowser({"target": "_blank"}) ); jso.ajax({...

I have the same issue, my code is (coffeeScript) ``` coffeescript $.oauth2 { auth_url: 'https://www.facebook.com/dialog/oauth' response_type: 'token' client_id: 'id' redirect_uri: "myserver/user/token/" other_params: scope: 'email user_about_me public_profile' display: 'popup' }, ((token,...

@krisrak my InAppBrowser is cordova-plugin-inappbrowser 1.0.1 "InAppBrowser" and my cordova version is 5.4.0 Edit I tried moving my project to localhost again, but the inappbrowser doesn't close

I tried everithing, changin my endpoint, changing the parameters in facebook app, nothing works for me, the browser never close after success login

I create a new app, I tried but i get this error, both Google and Facebook Error: Syntax error, unrecognized expression: #access_token=VERYBIGTEXT&expires_in=NUMBER Then it goes to my redirect uri

But I don't understand @joomlaevolved, you are talking about my problem with the Error: Syntax error, unrecognized expression ?? I'm getting mad with this oauth! ! !