How can I avoid asking twitter to grant access for

2019-04-10 17:56发布

I am using Twitterizer which works great. I have a website (.NET 4, C#) where a user visits and signs-in... I store tokens e.t.c everything works great.

The question is how can I avoid asking the user to grant access to my app via twitter since I already did this once the first time (and let's say user is already signed in twitter in a different tab on my browser)?

1条回答
够拽才男人
2楼-- · 2019-04-10 18:16

Use http://api.twitter.com/oauth/authenticate?oauth_token=zyx instead of /oauth/authorize?oauth_token=xyz.

Read more on the Sign in with Twitter and GET oauth/authenticate documentation.

查看更多
登录 后发表回答