Re: [twitter-dev] Incorrect signature for users/search using REST API

2010-12-31 Thread Rohit Bansal
Hii

Can you please share the code you are using through which you are getting
the response. I am working this out using scribe in Java and able to fetch
response for all API calls except possibly this one.

Thanks

On Thu, Dec 30, 2010 at 7:19 PM, deepa nagaraj
deepa.23.naga...@gmail.comwrote:

 Hi...

 But i am getting same output for both url..

 http://api.twitter.com/1/users/search.xml?q=Twitter%20API

 and

 http://api.twitter.com/1/users/search.xml?q=Twitter_API


 On Thu, Dec 30, 2010 at 7:00 PM, Rohit Bansal 
 rohitbansal.h...@gmail.comwrote:

 The XML response I am getting:

 ?xml version=1.0 encoding=UTF-8?
 hash
  request/1/users/search.xml?q=Twitter%20API/request
  errorIncorrect signature/error
 /hash

 Request for resource which I made:
 http://api.twitter.com/1/users/search.xml?q=Twitter%20API

 Request Type: GET


 Replacing Twitter%20API with Twitter_API is fetching me the correct
 response as stated in Twitter API documentation.

 If I am on the correct track then perhaps we need a correction in
 twitter documentation here, http://dev.twitter.com/doc/get/users/search.


 Please correct me if Twitter%20API should also be doing well. Besides
 this I also need to understand why underscore in Twitter_API works..?

 I have already posted this issue in Twitter API Issue tracker:
 http://code.google.com/p/twitter-api/issues/detail?id=2021

 --
 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




 --
 Regards,

 Deepa

 --
 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


-- 
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


[twitter-dev] Incorrect signature for users/search using REST API

2010-12-30 Thread Rohit Bansal
The XML response I am getting:

?xml version=1.0 encoding=UTF-8?
hash
  request/1/users/search.xml?q=Twitter%20API/request
  errorIncorrect signature/error
/hash

Request for resource which I made:
http://api.twitter.com/1/users/search.xml?q=Twitter%20API

Request Type: GET


Replacing Twitter%20API with Twitter_API is fetching me the correct
response as stated in Twitter API documentation.

If I am on the correct track then perhaps we need a correction in
twitter documentation here, http://dev.twitter.com/doc/get/users/search.


Please correct me if Twitter%20API should also be doing well. Besides
this I also need to understand why underscore in Twitter_API works..?

I have already posted this issue in Twitter API Issue tracker:
http://code.google.com/p/twitter-api/issues/detail?id=2021

-- 
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


[twitter-dev] IP Banned

2010-08-27 Thread rohit
Hi,

Its seems my production IP has been banned, since this morning I am
getting the “Connection Refused” error on my application,

curl  -i -u  rohitgu:x  
http://api.twitter.com/1/account/rate_limit_status.json
-v
* About to connect() to api.twitter.com port 80 (#0)
*   Trying 128.242.240.29... Connection refused
*   Trying 128.242.240.125... Connection refused
*   Trying 128.242.240.157... Connection refused
*   Trying 128.242.245.125... Connection refused

Could you please help as to what might be the problem of issue causing
this and how I might be able to resolve this. We are getting a lot of
complaints from our users.

Regards,
Rohit

-- 
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?hl=en


[twitter-dev] Whitelisting takes 7 days or 72 hours?

2010-07-30 Thread Rohit Shah
Hi there,

We have submitted whitelisting application 3-4 days ago and still
haven't received any response. API documentation says it would take
upto 72 hours. But I also saw somewhere it stated it would take upto 7
days. So I was just curious how long will it take to get response from
Twitter? Apologies if I missed something.

Thanks!


[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread rohit
Seems like the cache has still not cleared.

Regards,
Rohit

On May 6, 6:14 am, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 The bug is fixed. The cache, however, has to negotiate its way through the
 dusty corridors of memory.

 Please let us know if you don't see a significant improvement in regards to
 the impact this had on your applications within a reasonable amount of
 time.

 Sorry about the mess.

 Taylor

 On Wed, May 5, 2010 at 2:02 PM, Taylor Singletary 

 taylorsinglet...@twitter.com wrote:
  Hi Folks,

  We've identified the bug where an inner user object is being passed with
  the current status on users/show, are working on a fix and will have a
  deploy go out as soon as we can. Thank you for your patience.

  Taylor Singletary
  Developer Advocate, Twitter
 http://twitter.com/episod


[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread rohit
My application is still not working?

I use Twitter4j and it is still giving a problem.

Regards,
Rohit

On May 6, 11:37 am, Rich rhyl...@gmail.com wrote:
 Excellent, thanks guys seems to be working fine now :)

 On May 6, 4:07 am, Sami sami.ben.romdh...@gmail.com wrote:

  How long does it take for the change to propagate. My application is
  still down along with every application using the twitter4j java
  library

  Thanks


[twitter-dev] Update profile background image using Oauth API

2010-01-10 Thread rohit
I have been researching the PHP script to update the background image
of twitter profile. I found lots of code but none of them seems to be
working.

Is it really possible to do this using API?

Thanks