Re: [twitter-dev] users/lookup.json

2011-03-06 Thread Randolph Estebat
Naresh -- users/lookup requires authentication. You would need to OAuth with
Twitter for you to get this API working.


On Sat, Mar 5, 2011 at 11:04 AM, Naresh naresh.jonn...@gmail.com wrote:

 hi!
 i am very new to twitter API.
 my question is:
 http://api.twitter.com/1/users/lookup.json?user_id=1401881,1401882
 this is example url of twitter, it never works.
 and it returns

 {

* request: /1/users/lookup.json?user_id=1401881,1401882
* error: Could not authenticate you.

 }

 could you tell me, how to get friends info, like name, thum,...etc


 thanx

 -
 naresh jonnala.

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




-- 
Randolph Estebat

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


Re: [twitter-dev] follower/friend list

2011-03-06 Thread Randolph Estebat
Hi -- i'm assuming that you are using follower/ids and friends/ids. If so,
you would need to provide the cursor and make a loop till you get
everything. Twitter will try to provide all ids in one call if the cursor is
not supplied and for users with very many followers, this will fail.


On Sat, Mar 5, 2011 at 2:52 PM, amit debnath amitdebnath...@gmail.comwrote:

 I have a site for twitter based tools. One of the options was to enable
 users see the people their non-friend-followers and non-follower-friends.
 The only way I could see to achieve this is to gather and store the complete
 list of followers and friends locally and calculate from that. This is done
 at the time of login(oAuth) . For small accounts it is working ok. But for
 large accounts (one of the accounts for testing with has a total number of
 followers+friends  3) it is taking from 20 seconds to anything up to 2
 minutes.

 Any suggestions? anybody?

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




-- 
Randolph Estebat

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


Re: [twitter-dev] Bigger avatar images for users/profile_image/twitter ?

2011-03-06 Thread Randolph Estebat
Hi -- im not sure what you specifically want to do but if are to show it in
a page, just set the img width and height to your preference.


On Sun, Mar 6, 2011 at 10:13 PM, Guillaume Gaubert
apocalypso...@gmail.comwrote:

 Hi !

 I want to use users/profile_image/twitter to get the picture of a
 Twitter account. But I've seen the biggest size allowed is 73*73px. Is
 there a way to get the original picture or a bigger one ?

 Thank you,
 Guillaume Gaubert.

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




-- 
Randolph Estebat

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


Re: [twitter-dev] Where can I find the updated rate limit after OAuth?

2010-11-29 Thread Randolph Estebat
Thanks for the reply, Igor...

Yes it should be. The problem is that the headers are giving me the limit
150 rather than the expected 350 after OAuth.

Any ideas why this is the case?

Thanks again.


On Mon, Nov 29, 2010 at 8:17 PM, Igor Kharin igorkha...@gmail.com wrote:

 All rate limited methods responses include X-Ratelimit-Remaining and
 X-Ratelimit-Limit HTTP-headers, use them or
 http://dev.twitter.com/doc/get/account/rate_limit_status

 On Fri, Nov 26, 2010 at 1:55 PM, m36tb6ll raeste...@gmail.com wrote:
 
  Hi! I am a newbie in the field and am working on my first twitter web
  app. I have created a variable loop timer using rate_limit_status
  which works well in maximizing the usage of the twitter API without
  going over the hourly limits.
 
  Now that I have incorporated OAuth, I was expecting to see the limit
  increase from 150 (unauthenticated requests) to 350 (authenticated
  requests). But, I am still seeing the 150 limit both in the response
  headers and Firebug when calling rate_limit_status API after OAuth.
 
  Is there something I'm missing here?
 
  Your help would be greatly appreciated. Thanks in advance...
 
  --
  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




-- 
Randolph Estebat

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