oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

Could not connect to the server. #29

Closed neocite closed 10 years ago

neocite commented 10 years ago

Hello. I try to use this oAuth lib but i have a problem:

"webView:didFailLoadWithError - -1004: Could not connect to the server."

Can i help me?

I'm using in the same project oAuth plugin and the Facebook plugin (oficial plugin).

william26 commented 10 years ago

Hi,

Thanks for your feedback. We'll investigate this problem right away. Please stay tuned :)

william26 commented 10 years ago

We ran a routine test on the SDK and everything seems to be running normally. Could you give us more information about this error?

Also, did you add the <access origin="[URL]"/> tags in the config.xml for https://oauth.io and each of the APIs URL? (You can also use <access origin="*"/> while you're developing).

Thanks again for your feedback :)

rakeshpalivela commented 9 years ago

Hi ,

I am also getting same problem. After successfully logged into facebook/twitter I am getting this error webView:didFailLoadWithError - -1004: Could not connect to the server.

In config.xml I provide ( access origin="*" )