spidermann
Member
Posted 2 years ago #
Everything works fine until redirecting back from Twitter to WP.
Once a person authorizes through Twitter and the App I have set up, it redirects back to the WP site. It goes to a login prompt for normal users that says "Twitter user not recognized" and pretty much freezes there. Can't try to authenticate again in Firefox or Safari, although Opera allows it and fails.
Read & Write access is allowed in the Twitter App.
http://wordpress.org/extend/plugins/tp/
Louy Alakkad
Member
Plugin Author
Posted 2 years ago #
Have you connected your wp user with your twitter user? this should be done in your profile page.
yoursite.com/wp-admin/profile.php
In my case it's a crash
PHP Fatal error: Cannot redeclare class twitteroauth in /wp-content/plugins/tp/twitterOAuth.php on line 15
The plugin should use:
if( !class_exists('TwitterOAuth') )
Louy Alakkad
Member
Plugin Author
Posted 2 years ago #
Yeah, I did that in the latest version (1.3)...
still working on a few stuff before commiting.
Louy Alakkad
Member
Plugin Author
Posted 2 years ago #