Twitter.Authorize 不会向我显示任何内容
我正在使用 App Inventor 开发一个可以发送推文的程序。
我已经分配了一个按钮 (btLogin
) 来使用 TwitterAPI.Authorize() 进行身份验证,并使用另一个按钮来检查何时获得授权。如果它向我抛出偶数 IsAuthorized
,它会显示一个标签来说明这一点。问题是,当我单击登录按钮时,没有任何反应,当我单击检查按钮时,也没有任何反应。我应该怎么办?
I'm developing a program using App Inventor that will tweet stuff.
I've assigned a button(btLogin
) to authenticate with Twitter, using TwitterAPI.Authorize()
and another button to check when it is authorized. If it throws me the even IsAuthorized
it will display a label saying that. The problem is that when I click on the login button, nothing happens and when I click on the check button nothing happens too. What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您遵循完整的 OAuthentication 流程。该过程的示例流程请参见
Make sure you're following the full OAuthentication process. An example flow of the process can be seen here.