[twitter-dev] just to know that, why I am not getting data for big user ?

2010-10-06 Thread Rushikesh Bhanage
Hi there, I just need to know that is there any problem in getting data from API? I am using rest API to get data from API, mainly accessing user's followers data. I have been able to search a user having 1L followers on my site but from last 2 - 3 days, I am not able to search user having

[twitter-dev] about image-size in newtwitter

2010-10-01 Thread Rushikesh Bhanage
Hi there, I got the new look of new twitter, and liked it a lot. The profile-image size in newtwitter has been increased from previous(48*48). When I increase the profile image size of the user(the image i get from api right now), it looks unclear, blur type. I just need to know that,

[twitter-dev] White-listed IP showing rate-limit 150 requests/hour

2010-08-24 Thread Rushikesh Bhanage
Hi there, I have got my IP and a/c white-listed, until now I was working on account which was giving proper rate-limit, now I am trying to move from account to IP, but IP just showing rate-limit 150 requests/hr. (just doubt: working on sub domain of IP , will it be a cause? ) I just want to

[twitter-dev] Need help to resolve this error.

2010-08-18 Thread Rushikesh Bhanage
Hi Taylor / Abraham, I really need your help in this case. My whole app is ready without this small but important error. I have posted this question already, but didn't get proper answer, So I request you to assist me correctly or suggest any solution, so that I can move forward and get ready

[twitter-dev] What can this error be about?

2010-08-16 Thread Rushikesh Bhanage
Hi there, We have developed an app (you can see http://honestfollowers.com), in which user can search for his honest followers. I have successfully tested this for users having up to 5k followers. But when I search with users having greater than 5k followers (like 'imishant', 'ashabhosle' etc),

[twitter-dev] Re: What can this error be about?

2010-08-16 Thread Rushikesh Bhanage
...@googlegroups.com] On Behalf Of Rushikesh Bhanage Sent: Monday, 16 August 2010 7:43 AM To: twitter-development-talk@googlegroups.com Subject: [twitter-dev] What can this error be about? Hi there, We have developed an app (you can seehttp://honestfollowers.com), in which user can search

[twitter-dev] Re: What can this error be about?

2010-08-16 Thread Rushikesh Bhanage
:11 pm, Tom van der Woerdt i...@tvdw.eu wrote: On 8/16/10 1:43 PM, Rushikesh Bhanage wrote: Hi there, We have developed an app (you can seehttp://honestfollowers.com), in which user can search for his honest followers. I have successfully tested this for users having up to 5k followers

[twitter-dev] Will you guys help me here?

2010-08-06 Thread Rushikesh Bhanage
Hi guys, with a hope to get some sort of help here, I wanted to ask you guys, I am getting error while loading xml formatted data into object like: * Warning*: simplexml_load_string() [function.simplexml-load-stringhttp://www.honestfollowers.com/function.simplexml-load-string]:

[twitter-dev] Problem with library?

2010-05-22 Thread Rushikesh Bhanage
Hi there, I am using PHP TWITTER library by David Billingham version 0.1. Around 8 days back my app was working perfectly with this library but now it's terrific. E.g here what i am getting as a result for ratelimit() method: phptwitter.php [CODE] ?php class twitter{ var

[twitter-dev] xml formatted data?

2010-05-20 Thread Rushikesh Bhanage
Hi there, Can somebody here tell me that why I am getting .xml format data as only values and not in key-value pair? Suppose request url is : http://api.twitter.com/1/account/rate_limit_status.xml response is: 143 150

Re: [twitter-dev] Facing problem.

2010-05-19 Thread Rushikesh Bhanage
:27 AM, Abraham Williams 4bra...@gmail.com wrote: What is the exact error? Abraham On Tue, May 18, 2010 at 00:07, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi, Yes, I had the same doubt, so I replaced a month back's TwitterAPI.php file and tried to run, but no happy moment

Re: [twitter-dev] Facing problem.

2010-05-19 Thread Rushikesh Bhanage
in the PHP file is having the error? Abraham On Wed, May 19, 2010 at 01:23, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, I am using Mr David Billingham's PHP class file in application. http://twitter.slawcup.com/twitter.class.phps;. The request URL include parameter

Re: [twitter-dev] user data not getting in previous format.

2010-05-18 Thread Rushikesh Bhanage
17, 2010 at 8:37 AM, Rushikesh Bhanage rishibhan...@gmail.com wrote: Hi there, I got a big problem right now. I was getting user data, ratelimit, followers list in xml with key value pairs but now I am getting only values. Due to this the app i am developing , giving error as INVALID

[twitter-dev] Facing problem.

2010-05-17 Thread Rushikesh Bhanage
Hi there, I am using this (sample code)code to get ratelimit status: ?php include(TwitterAPI.php); $t = new twitter(); $ratearr = $t-ratelimit(); print_r($ratearr); ? ratelimit() function contains the url: http://api.twitter.com/1/account/rate_limit_status.xml;. I was getting rate limit

[twitter-dev] user data not getting in previous format.

2010-05-17 Thread Rushikesh Bhanage
Hi there, I got a big problem right now. I was getting user data, ratelimit, followers list in xml with key value pairs but now I am getting only values. Due to this the app i am developing , giving error as INVALID ARGUMENTS SUPPLIED FOR METHOD. I checked that, json format gives key-value

Re: [twitter-dev] Facing problem.

2010-05-17 Thread Rushikesh Bhanage
, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, I am using this (sample code)code to get ratelimit status: ?php include(TwitterAPI.php); $t = new twitter(); $ratearr = $t-ratelimit(); print_r($ratearr); ? ratelimit() function contains the url: http://api.twitter.com/1/account

[twitter-dev] Need some help in OAuth.

2010-05-12 Thread Rushikesh Bhanage
Hi there, Thank you for your reply. Now I am getting rate limit status using OAuth (new version). Now moving towards my problem. As my app(uses rest api) provides user his followers info filtering spam ones which needs lot of calls so I white listed two accounts.Suppose a user has more

Re: [twitter-dev] How would I get remaing hits using OAuth.

2010-05-11 Thread Rushikesh Bhanage
of 150/hour. To get the rate_limit_status in the newest version call $connection-get('account/rate_limit_status'); Abraham On Mon, May 10, 2010 at 07:23, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, * About my app* - my app deals with showing user his followers

[twitter-dev] How would I get remaing hits using OAuth.

2010-05-10 Thread Rushikesh Bhanage
Hi there, * About my app* - my app deals with showing user his followers information. So I need to check each follower to show result. Everything is going properly except one. While doing this I need to check API remaining hits of account.(whitelisted a/c.) Now what I want is, if my

Re: [twitter-dev] Problem in getting rate-limit status with OAuth.

2010-05-05 Thread Rushikesh Bhanage
limit for the IP address. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, May 4, 2010 at 2:00 AM, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, I am studying Abraham's code on github for Oauth to deal with my problem. In my app, user

[twitter-dev] Problem in getting rate-limit status with OAuth.

2010-05-04 Thread Rushikesh Bhanage
Hi there, I am studying Abraham's code on github for Oauth to deal with my problem. In my app, user is not going to do authentication. I have two account with(username/password) and I have to use it to get ratelimit status. Studying code shows that, it is redirected(redirect.php) to

Re: [twitter-dev] Rate limit status with authentication credentials for authenticated user account.

2010-04-30 Thread Rushikesh Bhanage
, 2010 at 03:58, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, We are developing an app in which we need little of your help. may I know how to get rate-limit status if we provide authentication credentials of an authenticated user. is it possible if we provide user name

[twitter-dev] Rate limit status with authentication credentials for authenticated user account.

2010-04-29 Thread Rushikesh Bhanage
Hi there, We are developing an app in which we need little of your help. may I know how to get rate-limit status if we provide authentication credentials of an authenticated user. is it possible if we provide user name and password manually through code instead of twitter OAuth. If it is, how

Re: [twitter-dev] getting authenticated user's rate-limit-using rest API.

2010-03-23 Thread Rushikesh Bhanage
: Authenticate as the second user. ---Mark http://twitter.com/mccv On Sun, Mar 21, 2010 at 11:55 PM, Rushikesh Bhanage rishibhan...@gmail.com wrote: Hi, (Note: In my app, single white listed useraccount's requests are not sufficient to complete particular task, so i need to switch

Re: [twitter-dev] Re: getting authenticated user's rate-limit-using rest API.

2010-03-23 Thread Rushikesh Bhanage
be an easier way to achieve what you're doing (streaming/higher access levels/etc) On Mar 23, 7:02 am, Rushikesh Bhanage rishibhan...@gmail.com wrote: Hi there, Yes I got your point Sir and that's the problem automatic switching of user does not take place. Yes authentication

Re: [twitter-dev] getting authenticated user's rate-limit-using rest API.

2010-03-22 Thread Rushikesh Bhanage
both the user's authenticated as themselves. -- Chris Thomson On Mar 21, 2010, at 8:01 AM, Rushikesh Bhanage wrote: Hi, there, I am using rest api method in my app, in that, I have two users(i.e white-listed user accounts.) and need to get each user's account rate-limit request

[twitter-dev] getting authenticated user's rate-limit-using rest API.

2010-03-21 Thread Rushikesh Bhanage
Hi, there, I am using rest api method in my app, in that, I have two users(i.e white-listed user accounts.) and need to get each user's account rate-limit request balance, I am using following URL to get request balance. ' http://twitter.com/account/rate_limit_status/'.$unm.'.xml '. Here

Re: [twitter-dev] Facing problem with rate-limit.

2010-03-10 Thread Rushikesh Bhanage
2 requests per hour. - http://apiwiki.twitter.com/Rate-limiting Depending on your application you can cache all the user objects and then use the Social Graph APIs to find missing profiles. Abraham On Tue, Mar 9, 2010 at 02:37, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi , We

[twitter-dev] Facing problem with rate-limit.

2010-03-09 Thread Rushikesh Bhanage
Hi , We are building a twitter application which needs to collect all the followers of the user to show him results. Now when we looked at following user's: user Followers ev - 1,172,553 aplusk -4,627,964 Kim Kardashian - 3,144,680 such

Re: [twitter-dev] Re: Using multiple whitelisted IP's to fetch data of a single user without break

2010-03-02 Thread Rushikesh Bhanage
now but haven't figured out the specifics yet. If anyone has done this, would appreciate instructions. On Feb 11, 7:07 am, Rushikesh Bhanage rishibhan...@gmail.com wrote: Hi, We are building a twitter application which fetches lot of follower data of particular user. Some users consume

[twitter-dev] how can i save user's data at the time of Oauth?

2010-02-27 Thread Rushikesh Bhanage
Hi, My app uses Oauth.When user does Oauth I need to save user's data at least user-name in database. how can i do it. Can anybody help me out here? Thank You in advance. From Rushikesh.

[twitter-dev] Using multiple whitelisted IP's to fetch data of a single user without break

2010-02-11 Thread Rushikesh Bhanage
Hi, We are building a twitter application which fetches lot of follower data of particular user. Some users consume around 80,000 calls to complete the task. So how can we use 4-5 whitelisted ip's to perform single task without break. Is this possible? If so, how? Eagerly looking for help from

[twitter-dev] about calls automatically reduction.

2010-01-19 Thread Rushikesh Bhanage
Hello Sir, I am facing problem regarding calls to twitter api. Sometimes it happens that calls start reducing one by one , though none of the program is running. it takes calls for update or what? Can anybody help me please? Thank you in advance. with regards Rushikesh.

Re: [twitter-dev] Re: Streaming API Client DNS TTL issue

2009-12-30 Thread Rushikesh Bhanage
Dear Sir, I need followers count, I get it exactly if it is below 100, but if it is above 100, getting count as 100 only, instead of exact figure, what should I do? Thanking You already. Rushikesh