tags:

views:

49

answers:

2

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 in there...

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

Thank you

A: 

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?

rallat
+1  A: 

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';
rallat