所以我忙于为twitter构建应用程序,我希望人们使用PIN进行身份验证。 (https://dev.twitter.com/oauth/pin-based)。
要向人们显示PIN码,我需要使用:https://dev.twitter.com/oauth/reference/get/oauth/authorize
有例子说: https://api.twitter.com/oauth/authorize?oauth_token= *
所以我尝试使用我的访问令牌' (d)但它表示请求令牌无效。我做错了什么?
答案 0 :(得分:0)
我自己已经找到了。 我首先需要对request_token
进行POSThttps://dev.twitter.com/oauth/reference/post/oauth/request_token