开发者

Twitter.Authorize Won't Show Me Nothing

开发者 https://www.devze.com 2023-02-04 02:52 出处:网络
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

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?


Make sure you're following the full OAuthentication process. An example flow of the process can be seen here.

0

精彩评论

暂无评论...
验证码 换一张
取 消