VictorAlbertos / RxSocialConnect-Android

OAuth RxJava extension for Android.
Apache License 2.0
257 stars 22 forks source link

Yahoo Oauth issue - Cycle Prohibited #5

Closed njt28 closed 8 years ago

njt28 commented 8 years ago

Hi there,

Thanks for your great library!! I'm having a problem with Yahoo oauth code. The webview is displaying with a message: Description: Could not process your request for the document because it would cause an HTTP proxy cycle. Please check the URL and your browser's proxy settings.

Please, any help?

Thanks in advance.

miguelbcr commented 8 years ago

Hi @njt28, maybe it is related with your proxy setting on your wifi setting, set proxy to none in order to ensure you are not using any proxy.

I've just upload an example with yahoo connection.

It works fine. I hope it helps you.

njt28 commented 8 years ago

Thanks @miguelbcr maybe it's related with Yahoo server rather than wifi settings. Found many questions about it but no solution yet.

anyway, thanks for your anwser!!