[twitter-dev] Re: Strange problems with Twitter API

2010-04-24 Thread KPL
with Twitter, it works fine for the first time until page refresh.  This means the oauth tokens are not saved into session variables, a database, or cookies for next use, such as on a page refresh.  You need to save the tokens for future access. ~Patrick On Sat, Apr 24, 2010 at 11:20 AM, KPL kapil.sa

[twitter-dev] update_profile_*_image methods problem

2010-04-24 Thread KPL
People, I have been struggling over the two methods - Update Profile Image and Update Background Image I am using EpiTwitter library. I am uploading GIFs, Twitter returns the expected result for update_profile_background_image but returns 401 for update_profile_image , but the image is not

[twitter-dev] Strange problems with Twitter API

2010-04-23 Thread KPL
From past few days, I am trying to get the EpiTwitter library work for me. But, it is behaving in unusually. I am on Fedora 12 with PHP 5.3.2. It's my development box. Here are the issues I am facing. 1.When I made a simple script with the method *getAuthenticateUrl* and accessed it from

[twitter-dev] Generating oauth_signature?

2010-03-21 Thread KPL
Hello guys, I want to know if there's any function in PHP with which one can generate oauth_signature directly without using a library? I have tried to use JMathai's and Abraham's libraries for this purpose, but failed to do so. Help will be really appreciated. Regards, Kapeel S To