In general, I recommend explicitly specifying your oauth_callback on the
request token step, whether you're doing out of band auth or doing standard
OAuth flows. If performing out-of-band auth, provide oauth_callback=oob.
While there's nothing wrong with relying on what you've stored in your
application record, it's simply better (and spec compliant) OAuth to be
explicit.

Taylor


On Wed, Jun 30, 2010 at 6:29 PM, Elhassan Rais <berberacro...@gmail.com>wrote:

> check the config.php file if you defined the callback url there.
>
>
> On Wed, Jun 30, 2010 at 6:23 PM, EastSideDev <eastside...@gmail.com>wrote:
>
>> I changed the url for my callback function, and updated that
>> information in my application settings on the twitter API site. The
>> problem I am running into, is that I am still getting the old callback
>> URL. Is there a lag time, before changes take effect?
>
>
>

Reply via email to