tags:

views:

36

answers:

1

I am trying to implement foursquare OAuth based authentication in my android app. It works fine in my Andorid web browser, but it displays "301 moved permanently" in Android webview. I tried to debug it and found that it displays this error on following URL:

https://foursquare.com/mobile/login?continue=%2Fmobile%2Foauth%2Fauthorize%3Foauth_token{my_token}

And the same URL works fine on Andriod browser. So, I think there is something need to be done with webview seetings.