Conversation
supportEverything 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/
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’) )
Yeah, I did that in the latest version (1.3)… still working on a few stuff before commiting.
Nice :). Thx
TweetPress 1.3 is out 😀
Thank you 🙂
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’) )
Yeah, I did that in the latest version (1.3)… still working on a few stuff before commiting.
Nice :). Thx
TweetPress 1.3 is out 😀
Thank you 🙂