开发者

why does my twitter OAuth keep on asking Allow or Deny

开发者 https://www.devze.com 2022-12-31 18:02 出处:网络
I already clicked allow, but it keep on asking me to Allow or deny. What could be the problem? And I check on my twitter settings > connections

I already clicked allow, but it keep on asking me to Allow or deny. What could be the problem?

And I check on my twitter settings > connections my application is not listed i开发者_如何学JAVAn there...

I'm using this guy's library http://www.haughin.com/code/twitter/

Thank you


The solution is to change the authorizeUrl from Twitter.php library from haughin. The code looks like this:

protected $authorizeUrl = 'http://twitter.com/oauth/authenticate';


I am using the same library and my applications is listed in settings but... it keep on asking allow or denay as well. Maybe is an error in the library?

0

精彩评论

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