[twitter-dev] Re: Account Suspension, Retweet Limitations

2009-12-19 Thread kovshenin
Thanks Josh, I'll try and do that On Dec 19, 2:00 am, Josh Roesslein jroessl...@gmail.com wrote: You might be running into some sort of anti-spam measure twitter has in place. I'd fire off an email to a...@twitter.com and see if they can help. Josh On Fri, Dec 18, 2009 at 4:27 PM, kovshenin

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-19 Thread Julio Biason
On Fri, Dec 18, 2009 at 10:27 PM, Cameron Kaiser spec...@floodgap.com wrote: Or conceivably (though arguably janky) there could be an additional parameter you provide for the user timeline that opts you in to having retweets appear. e.g. ?include_retweets=true Right, exactly. I would adore

[twitter-dev] Last Login and Application

2009-12-19 Thread Gaurav Shaha
Is there any way for which we can get when user was last logged in?? And also i want to check weather specified user is any application such as TweetMeme, Seesmic, CoTweet, Google Wave, etc. Thank you in advance. -- Warm Regards, Gaurav Shaha 9823359549. Don't try to show off, just be youself

[twitter-dev] favourite problem

2009-12-19 Thread nite21
hi when i test my user timeline xml it shows favorite = true and when i load the same xml in flash it is showing favorite = false

[twitter-dev] how to reply to a friend using php

2009-12-19 Thread nite21
hi is there any method in twitter documentation or any php file regarding sending replies to a friend thanks

[twitter-dev] Re: how to favourite and unfavorite a tweet

2009-12-19 Thread nite21
thanks abraham :) On Dec 11, 10:15 pm, Abraham Williams 4bra...@gmail.com wrote: There are a number of PHP libraries that will help you get started:http://apiwiki.twitter.com/Libraries#PHP On Sat, Dec 5, 2009 at 06:00, nite21 shanebond1...@gmail.com wrote: hi anybody knows how to favourite

[twitter-dev] More headers along with 403

2009-12-19 Thread shiplu
If its 403 it means one of the update limits (1k updates/day, 250 dms/day, 150 requests/hour) is hit. These are UPDATE limits. That is all the requests will be POST. So does this 150 requests/hour mean 150 POST reqeust/hour actually?? I am confused. Last time I was ratelimited by GET request, I

[twitter-dev] Re: Rate Limit Whitelisting Change

2009-12-19 Thread Stas
Abraham, Thank you for your suggestion about curl http://jazzychad.net/iponly.php;. Submitting the IP produced by this command seem to have fixed our rate limit issue. Thank you, -Stas On Dec 13, 8:48 pm, Abraham Williams 4bra...@gmail.com wrote: Depends on on your server setup. You might have

Re: [twitter-dev] Re: Rate Limit Whitelisting Change

2009-12-19 Thread shiplu
If your whitelisted ip is w.w.w.w and outgoing interface is o.o.o.o For any request twitter will see o.o.o.o as your ip address. Not w.w.w.w if you have w.w.w.w interface attached to your host and its an Internet gateway but not the default gateway (o.o.o.o) you can bind all the twitter connection

Re: [twitter-dev] More headers along with 403

2009-12-19 Thread Abraham Williams
You can check out all of the HTTP response codes here: http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors On Sat, Dec 19, 2009 at 06:14, shiplu shiplu@gmail.com wrote: If its 403 it means one of the update limits (1k updates/day, 250 dms/day, 150 requests/hour) is hit. These are

Re: [twitter-dev] Re: Reg Fetch tweets by append GEO Code to URL from Search API

2009-12-19 Thread Raffi Krikorian
if i understand what you're doing, it may be worth waiting until we launch the geo-hose http://www.slideshare.net/raffikrikorian/whats-happening-here using that, you'll be able to track a location on the planet for geo-tweets. On Fri, Dec 18, 2009 at 8:58 PM, praveenkumar nakka

Re: [twitter-dev] Last Login and Application

2009-12-19 Thread Raffi Krikorian
the short answer is no. logged in is a hard thing -- you can tell the last time a user tweeted by looking at the time stamp of the status update, however, as people can consume tweets on a variety of places (the web, API clients, third parties, etc.), its hard to define logged in. as for what

Re: [twitter-dev] FileSocial error

2009-12-19 Thread Raffi Krikorian
i don't use filesocial, but can you be a lot more specific? what is file social trying to do? On Fri, Dec 18, 2009 at 10:15 PM, John Meyer john.l.me...@gmail.com wrote: I'm getting a 500 error on FileSocial.com when using the API, and I was wondering if anybody else is getting this type of

Re: [twitter-dev] Re: Doing a search with from:username_with_underscore doesnt seem to work

2009-12-19 Thread Raffi Krikorian
not all tweets are guaranteed to be in the search index - http://help.twitter.com/forums/31935/entries/66018 On Fri, Dec 18, 2009 at 7:24 PM, dbasch dba...@gmail.com wrote: It's not the underscore. These queries work: http://search.twitter.com/search?q=from%3Ajamie_oliver

Re: [twitter-dev] favourite problem

2009-12-19 Thread Raffi Krikorian
is this still the case? if so, can you please provide a lot more detail? what endpoint are you calling? when are you calling it? are you calling it from the same IP address? On Sat, Dec 19, 2009 at 2:50 AM, nite21 shanebond1...@gmail.com wrote: hi when i test my user timeline xml it shows

Re: [twitter-dev] Getting tweets of specific location

2009-12-19 Thread Raffi Krikorian
you can use the search API with the geocode parameter - http://apiwiki.twitter.com/Twitter-Search-API-Method:-search. in addition, we will be launching the geo-hose soon - http://www.slideshare.net/raffikrikorian/whats-happening-here. On Fri, Dec 18, 2009 at 9:19 PM, dhaval

Re: [twitter-dev] FileSocial error

2009-12-19 Thread John Meyer
On 12/19/2009 9:12 AM, Raffi Krikorian wrote: i don't use filesocial, but can you be a lot more specific? what is file social trying to do? On Fri, Dec 18, 2009 at 10:15 PM, John Meyer john.l.me...@gmail.com mailto:john.l.me...@gmail.com wrote: I'm getting a 500 error on FileSocial.com

Re: [twitter-dev] FileSocial error

2009-12-19 Thread Raffi Krikorian
glad it wasn't a twitter problem :P thanks for letting the list know. On Sat, Dec 19, 2009 at 8:29 AM, John Meyer john.l.me...@gmail.com wrote: On 12/19/2009 9:12 AM, Raffi Krikorian wrote: i don't use filesocial, but can you be a lot more specific? what is file social trying to do? On

[twitter-dev] Re: searching spesific keyword in Tweets

2009-12-19 Thread Richard
You can also try friendfeed, if the people you are searching for joined it, they have it going a long way back On Dec 16, 3:18 pm, dbasch dba...@gmail.com wrote: You can also try search.trendistic.com . We have a fraction of the tweets but you can search all of 2009. On Dec 16, 11:29 am, John

[twitter-dev] Re: Suggestion: Ability to just search amongst a user's friends

2009-12-19 Thread Richard
We now have this in friendbinder.com - though unfortunately we don't currently have an API. On Nov 3, 5:35 pm, yoni jonathankn...@gmail.com wrote: This functionality would be *huge*. Likewise, it'd be great if we could search lists. Now that we have 'em, it'd be great to use lists as filters

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-19 Thread Brendan
While we're on the matter of suggestions, could someone fix the count parameter to statuses/retweets? Currently it won't return more than 20, regardless of what count is. On Dec 18, 2:09 pm, Marcel Molina mar...@twitter.com wrote: There are some loose ends that need to be tied up in both the

[twitter-dev] Filing a new support ticket re a reversed user spam complaint

2009-12-19 Thread Abir
Hey Guys, 1. An user had done a Report Spam in response to a marketing message we sent based on product keywords in their recent tweet. 2. We talked w the user over Facebook and agreed not to send him more marketing Tweets and he has agreed to withdraw the spam complaint. 3. We can't locate a

Re: [twitter-dev] Filing a new support ticket re a reversed user spam complaint

2009-12-19 Thread Chris Thomson
You can open a support ticket here: http://help.twitter.com/requests/new -- Chris Thomson On 2009-12-19, at 7:30 PM, Abir wrote: Hey Guys, 1. An user had done a Report Spam in response to a marketing message we sent based on product keywords in their recent tweet. 2. We talked w the

[twitter-dev] Re: Filing a new support ticket re a reversed user spam complaint

2009-12-19 Thread Abir
Thanks Chris On Dec 19, 4:47 pm, Chris Thomson chri...@chris24.ca wrote: You can open a support ticket here:http://help.twitter.com/requests/new -- Chris Thomson On 2009-12-19, at 7:30 PM, Abir wrote: Hey Guys, 1. An user had done a Report Spam in response to a marketing message we

[twitter-dev] Tweet length plain text or urlencoded?

2009-12-19 Thread mndasher
Tweets are limited to 140 characters. If I am sending the tweet from an API which requires the characters to be urlencoded is there a limit there? Or is it the un-encoded length that must be = 140?

[twitter-dev] Re: how to reply to a friend using php

2009-12-19 Thread mndasher
search under twitter php and curl On Dec 19, 4:57 am, nite21 shanebond1...@gmail.com wrote: hi is there any method in twitter documentation or any php file regarding sending replies to a friend thanks

[twitter-dev] The remote name could not be resolved: 'twitter.com' problem

2009-12-19 Thread Emre KIYAK
Hi there I started to use twitterizer API for my blog. I post my tweet from my cms system. I get this error The remote name could not be resolved: 'twitter.com' In the .cs file my code goes here Twitter t = new Twitter(emrekiyak, *); t.Status.Update(textbox1.Text); and

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-19 Thread Cameron Kaiser
Or conceivably (though arguably janky) there could be an additional parameter you provide for the user timeline that opts you in to having retweets appear. e.g. ?include_retweets=true Right, exactly. I would adore this. What would be the difference between this and home_timeline (

Re: [twitter-dev] Tweet length plain text or urlencoded?

2009-12-19 Thread Cameron Kaiser
Tweets are limited to 140 characters. If I am sending the tweet from an API which requires the characters to be urlencoded is there a limit there? Or is it the un-encoded length that must be = 140? The un-encoded length must be = 140. It is still not clear to me if this is fixed for UTF-8