xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

The remote server returned an error: (403) Forbidden #303

Closed krupanshu closed 6 years ago

krupanshu commented 6 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART:

Version

Steps to reproduce

  1. Try to do authentication with Twitter

Platform:

Expected behaviour

It should open twitter login page and from there user can enter and get authorized from twitter Oauth.

Actual behaviour

It is displaying error

The remote server returned an error: (403) Forbidden

image-2018-06-19-10-02-16-791

rofiqsetiawan commented 6 years ago

@krupanshu Make sure your callback_url already added on https://apps.twitter.com/ > Settings

krupanshu commented 6 years ago

Thanks for your quick reply. It works like charm. I am closing this issue.