[SOLED]
tks for noticing, but the problem has been solved.
Twitter was just returning user information for screen_names with the
corresponding screen_name changed to CORRECT Case if it' s wrong in
the original request.
So from the pastebin page -> http://pastebin.com/VDT7xuCV
> print set([each.screen_name.lower() for each in 
> ret]).issubset(set([each.lower() for each in screen_names]))
  True (Was False if I don't normalize screen_names to lowercase)

On Oct 10, 10:51 pm, ashish_0x90 <ashish.nopc...@gmail.com> wrote:
> Hi,
>
> Twitter Bulk User Lookup API (http://apiwiki.twitter.com/Twitter-REST-
> API-Method:-users-lookup) seems to be have given two problems.
> 1) Random users which were not part of the screen_names parameter
> passed.
> 2) is missing valid existing users from the results.
>
> I have pasted sample query, and result that I got back here 
> ->http://pastebin.com/VDT7xuCV
> Is somebody else also facing similar problem?

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