OK, I'll do so, but something I've done may be causing the following to be 
displayed after authorizing access:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this 
address in a way that will never complete.  

    *   This problem can sometimes be caused by disabling or refusing to 
accept
          cookies.

Cookies are not disabled and config.php looks like this:

<?php
/**
 * @file
 * A single location to store configuration.
 */

define('CONSUMER_KEY', myconsumerkey');
define('CONSUMER_SECRET', 'myconsumersecret');
define('OAUTH_CALLBACK', 'http://www.mysite.com/twitter/callback.php');

Can you suggest the trouble?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to