Re: [twitter-dev] Facing problem with Twitter client integration on Iphone

2010-10-29 Thread Taylor Singletary
Two things: It looks like you're trying to use basic auth which is no longer supported. You'll want to use OAuth instead. http://dev.twitter.com/pages/basic_to_oauth The URL you're trying to POST to has been deprecated. You should use http://api.twitter.com/1/statuses/update.xml -- Our REST API U

[twitter-dev] Facing problem with Twitter client integration on Iphone

2010-10-29 Thread Umaid
I am integration Twitter cleint link in Iphone application but having autthentication not supported and my post isn't pusblishing on twitter website. I using this link below and my id and password are correct NSURL *url = [NSURL URLWithString:@"http://twitter.com/statuses/ update.xml"]; N

Re: [twitter-dev] Facing problem.

2010-05-19 Thread Rushikesh Bhanage
Hi there I have included TwitterAPI.php file in say show.php, in this main file when i call first function ratelimit() and access it thru foreach loop, it gives error as "Invalid arguments supplied for foreach". I thought that problem would be for ratelimit() only, but when I executed userstat

Re: [twitter-dev] Facing problem.

2010-05-18 Thread Abraham Williams
What does the rest of the error message say? What method is getting invalid arguments? What line in the PHP file is having the error? Abraham On Wed, May 19, 2010 at 01:23, Rushikesh Bhanage wrote: > Hi there, > > I am using Mr David Billingham's PHP class file in application. " > http://twitter

Re: [twitter-dev] Facing problem.

2010-05-18 Thread Rushikesh Bhanage
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 as username to fetch data from methods like userstatus($unm) (gives particular user's data) and followerscid($unm) gives that user's follo

Re: [twitter-dev] Facing problem.

2010-05-18 Thread Abraham Williams
What is the exact error? Abraham On Tue, May 18, 2010 at 00:07, Rushikesh Bhanage wrote: > 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 and saw same error. > >Actually I was working on another module of this proje

Re: [twitter-dev] Facing problem.

2010-05-17 Thread Rushikesh Bhanage
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 and saw same error. Actually I was working on another module of this project so was not in touch with this, now I tried to run this but I don't understand why this is so b

Re: [twitter-dev] Facing problem.

2010-05-17 Thread Abraham Williams
Did you recently update TwitterAPI.php? It sounds like twitter() or ratelimit() need an argument passed int. Abraham On Mon, May 17, 2010 at 03:39, Rushikesh Bhanage wrote: > Hi there, > > I am using this (sample code)code to get ratelimit status: > > include("TwitterAPI.php"); > $t = new twitt

[twitter-dev] Facing problem.

2010-05-17 Thread Rushikesh Bhanage
Hi there, I am using this (sample code)code to get ratelimit status: ratelimit(); print_r($ratearr); ?> ratelimit() function contains the url:" http://api.twitter.com/1/account/rate_limit_status.xml";. I was getting rate limit status with this up till now but now it gives error as "invalid argum

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

2010-03-10 Thread Abraham Williams
Probably. But the text I referenced means each non-whitelisted account on a whitelisted IP gets 20k/hour. Abraham On Wed, Mar 10, 2010 at 02:19, Rushikesh Bhanage wrote: > Hi, > > Thank you for the reply. I understand what you are saying, but is it > possible to get more than one user account wh

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

2010-03-10 Thread Rushikesh Bhanage
Hi, Thank you for the reply. I understand what you are saying, but is it possible to get more than one user account whitelisted? When I looked at the whitelisting form, it suggests to add IPs and not user accounts. Let me know please, Thank you. On Tue, Mar 9, 2010 at 10:19 PM, Abraham Williams

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

2010-03-09 Thread Abraham Williams
If you make the requests authenticated as your users each one will have 20k hits per hour. "Each whitelisted entity, whether an account or IP address, is allowed 2 requests per hour. This means that two authenticated users using the same IP address would each get 2 requests per hour." - ht

[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

[twitter-dev] facing problem in twitter search API access

2009-07-22 Thread narendra
Hi All, I am trying write a simple Android program to get public timelines from twitter corressponding to a keyword. Given below is the snapshot of the code ...below code is blocking on request.getResponseCode() call. Anybody has idea what could be the problem? --

[twitter-dev] facing problem in twitter serach API access

2009-07-22 Thread Narendra
Hi All, I am trying write a simple Android program to get public timelines from twitter corressponding to a keyword. Given below is the snapshot of the code ...below code is blocking on request.getResponseCode() call. Anybody has idea what could be the problem? -