[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 kovshe...@live.com wrote:
  Hey everyone,

  I've recently setup a new account and made it retweet some messages
  based on hashtags every few seconds. I'm using the new retweets API
  and I couldn't get passed ~ 35 tweets when Twitter has blocked my
  account. There was no spam, pornography or any other violation.

  Anybody know if there are any limits to this? I did this twice on two
  different accounts, both of them blocked. Filed an issue to Twitter
  Support, still waiting. I'm pretty sure I'm not hitting the API
  limits.

  Thank you,
  Konstantin


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

What would be the difference between this and home_timeline (
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-home_timeline
)?


-- 
Julio Biason julio.bia...@gmail.com
Twitter: http://twitter.com/juliobiason


[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 and do what you ENJOY doing


[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 and unfavourite a tweet with php
  curl

  thanks

 --
 Abraham Williams | Community Evangelist |http://web608.org
 Project | Intersect |http://intersect.labs.poseurtech.com
 Hacker |http://abrah.am|http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Madison, WI, United States


[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 got 400
status code. Now as its 403, It seems its for POST requests.

Will there be any extra headers along with 403 so that I can handle
the error properly?


-- 
Shiplu Mokaddim
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)


[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 different IPs depending on
 weither the request is incoming or outgoing.

 A sure fire way to check though is to compare them.

 Abraham





 On Sun, Dec 13, 2009 at 12:48, Stas stas.ant...@gmail.com wrote:
  Thanks Abraham,
  Does this mean that the IP produced by traceroutehttp://myservername.com
  
  was an incorrect one?
  Thank you,
  -Stas

  On Dec 11, 12:36 pm, Abraham Williams 4bra...@gmail.com wrote:
   Make sure you got the correct IP whitelisted.

   From your server do curlhttp://jazzychad.net/iponly.php;. That will be
   your external IP.

   Abraham

   On Thu, Dec 3, 2009 at 22:37, Stas stas.ant...@gmail.com wrote:
Hi Michael,
Thanks you for your response.
The error does not specify the reason (see below), but it does show
when 'get status' method is being executed for an user ID that is has
not been whitelisted; we cannot possibly whitelist all application
users.

ERROR: Rate limit exceeded. Clients may not make more than 150
requests per hour.

We whitelisted our IP address; the response from Twitter stated that
our IP address and twitter @user_id (that we used to submit the form)
has been whitelisted (we did not ask for @user_id to be whitelisted,
but Twitter whitelisted it anyway).
The application is using user standard methods (get a status, update a
status, get user screen name, etc.) for various users who use the
application, but the initial login within the application code is done
with the whitelisted user id.

What's the common way of doing this task?  In other words, how would
somebody like HootSuite would approach this?  They are getting
thousands of status, screen name, etc. per minute it seems.
I think we are missing something obvious.
Thank you,
-Stas

On Nov 23, 2:56 pm, Michael Steuer mste...@gmail.com wrote:
 Youre seeing rate limit errors for unauthenticated calls from that ip
 address, or when you authenticated calls for a user that's not
 whitelisted?

 On Nov 23, 2009, at 10:30 AM, Stas stas.ant...@gmail.com wrote:

  We have received whitelisting approval from Twitter, but seems it
  is
  applicable to the @name and the IP.
  Given that we still get rate limit errors, should we just
  whitelist
  the IP?

  If so, what is the process of changing the whitelisting options?

  Thank you,
  -Stas

   --
   Abraham Williams | Community Evangelist |http://web608.org
   Project | Intersect |http://intersect.labs.poseurtech.com
   Hacker |http://abrah.am|http://twitter.com/abraham
   This email is: [ ] shareable [x] ask first [ ] private.
   Sent from Madison, WI, United States

 --
 Abraham Williams | Awesome Lists |http://bit.ly/sprout608
 Project | Intersect |http://intersect.labs.poseurtech.com
 Hacker |http://abrah.am|http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Madison, WI, United States


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 from w.w.w.w interface.
In curl we do this by

curl --interface w.w.w.w http://twitter.com/account/rate_limit_status.xml

-- 
Shiplu Mokaddim
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)


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 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 got 400
 status code. Now as its 403, It seems its for POST requests.

 Will there be any extra headers along with 403 so that I can handle
 the error properly?


 --
 Shiplu Mokaddim
 My talks, http://talk.cmyweb.net
 Follow me, http://twitter.com/shiplu
 SUST Programmers, http://groups.google.com/group/p2psust
 Innovation distinguishes bet ... ... (ask Steve Jobs the rest)




-- 
Abraham Williams | Awesome Lists | http://bit.ly/sprout608
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Bloomington, IN, United States


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 
nakka.praveenku...@gmail.com wrote:


 I tried with 200 KM radius even though i got same error.



 On Fri, Dec 18, 2009 at 11:55 PM, dbasch dba...@gmail.com wrote:

 I tried your query and got a timeout. My guess is that it's just a
 very expensive query to compute because of the large radius. It seems
 to work fine with a smaller radius.

 Diego

 On Dec 18, 3:25 am, praveenkumar nakka nakka.praveenku...@gmail.com
 wrote:
  Hai,
 
  I was using search API to get tweets from Twitter. When i append geo
 code to
  the URL i got following error  like this
 
  URL :
 http://search.twitter.com/search.json?q=%22holiday+list.+Pick+me%21%2...
  .TwitterException: *Server returned HTTP response code: 502 for URL*:
 http://search.twitter.com/search.json?q=%22holiday+list.+Pick+me%21%2...
  at com.netelixir.api.twitterSrc.
  http.HttpClient.httpRequest(HttpClient.java:274)
  at
  com.netelixir.api.twitterSrc.http.HttpClient.get(HttpClient.java:189)
  at com.netelixir.api.twitterSrc.Twitter.get(Twitter.java:279)
  at
 com.netelixir.api.twitterSrc.Twitter.search(Twitter.java:1125)
  at
  com.netelixir.api.twitter.DumpTweetsData.run(DumpTweetsData.java:119)
  at java.lang.Thread.run(Thread.java:619)
 
  If i try to pull tweets without geo code then its working fine ,
 
  What is the wrong in the sending url and why its coming like this?
 
  Is there any other way to get tweets by using geocode from Search API?
 
  please give me reply as early as possible.
 
  Thanks
  Praveen





-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


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 application was used last, i would look at what is the source
field of the last tweet the user sent.

On Sat, Dec 19, 2009 at 2:32 AM, Gaurav Shaha gauravshah...@gmail.comwrote:

 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 and do what you ENJOY doing




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


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




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


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
 http://search.twitter.com/search?q=from%3Adavid_henrie

 This particular one doesn't:

 http://search.twitter.com/search?q=from%3Athe_hindu

 to:the_hindu does work. Just speculating, but perhaps the_hindu's
 results were dropped from the index by a spam filter for some reason.
 Maybe it tweeted too many times in a very short period.

 Diego

 On Dec 18, 12:23 pm, Joe cend...@gmail.com wrote:
  I am trying to search for all messages from a particular for eg
  from:the_hindu
  It doesnt work. How is this supposed to be done?




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


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 favorite = true

 and when i load the same xml in flash
 it is showing favorite = false





-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


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 dhaval.parik...@gmail.com wrote:

 Hey all

 I am hearing about the Geo Location and Geo Tagging since long. But I
 want to know how do I use it in my requirement.

 I am getting data from the search api. I want tweets which belongs
 only to the US. Is there a possible way where I can filter only the
 tweets that belongs to the US? Does twitter search api provide such
 filtering option? If not then can someone suggest me a solution for
 this?

 Thanks




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


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 when using the API, and
I was wondering if anybody else is getting this type of error.





I fixed it.  I'm trying to upload a file and post the link to twitter 
through filesocial.com  Turns out you have to register your username 
through filesocial first (it's a bit odd considering that they ask for 
your username and password in the api).


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 Fri, Dec 18, 2009 at 10:15 PM, John Meyer john.l.me...@gmail.comwrote:

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




 I fixed it.  I'm trying to upload a file and post the link to twitter
 through filesocial.com  Turns out you have to register your username
 through filesocial first (it's a bit odd considering that they ask for your
 username and password in the api).




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[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 Kalucki j...@twitter.com wrote:



  Google.com is your only bet, and it will be very patchy.

  -John Kaluckihttp://twitter.com/jkalucki
  Services, Twitter Inc.

  On Tue, Dec 15, 2009 at 9:50 PM, MuratMetu muratm...@yahoo.com wrote:
   Hello, I am new to Twitter development. Is there any way to get all
   tweets including specific keyword x ans posted in the most recent 3
   - 4 months. I heard that there is a way to do it for 1-2 week old
   tweets but I need to go 3-4 months back. Thank you.


[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 for search.

 So, in the current search API, we've got from:USER, it'd be great if
 we could have in:LIST or some such.

 Thanks!

 ~ yoni

 On Oct 27, 11:02 pm, Chad Etzel c...@twitter.com wrote:



  This is something that we're considering internally. I'll bring it up again,
  though.

  -Chad

  On Tue, Oct 27, 2009 at 11:33 PM, Jesse Stay jesses...@gmail.com wrote:
   I have a project in which it would be tremendously easier if I could just
   specify a search to take place amongst a particular user's Twitter 
   friends,
   instead of across the entire site.  Is there a way to do this currently?  
   If
   not, is this something the team could consider?  I can make it work by
   comparing the full results to a list of friends, but that seems like
   unnecessary work.

   Thanks,

   Jesse


[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 List and
 Retweet APIs to round out the feature set and fix some bugs. I want to crank
 these all out. So here is a little list I've been building. Please add what
 I've left out and you think is missing.

 Retweet:
 * add retweet_count to every status representation
 * support paging through the resource that returns all retweets for a given
 tweet
 * don't require authentication for *most* read only resources

 List:
 * on a user representation, show list count, list memberships count and list
 subscriptions count
 * don't require authentication on read only resources
 * expose a list of ids for a list's members and subscribers (this change
 will go hand in hand with a new bulk user lookup resource where you provide
 a list of ids and get back a list of user representations)
 * count parameter for status timelines of a list appears to do nothing

 Many other things I'm sure...

 --
 Marcel Molina
 Twitter Platform Teamhttp://twitter.com/noradio


[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 way to open a support ticket to notify you here:
http://twitter.com/help/start

4. Should we email or @ message someone?  What's the protocol you guys
want to follow?

Thanks,
Abir


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 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 way to open a support ticket to notify you here:
 http://twitter.com/help/start
 
 4. Should we email or @ message someone?  What's the protocol you guys
 want to follow?
 
 Thanks,
 Abir



[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 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 way to open a support ticket to notify you here:
 http://twitter.com/help/start

  4. Should we email or @ message someone?  What's the protocol you guys
  want to follow?

  Thanks,
  Abir


[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 web.config configuration is that :


trust level=Medium originUrl=https?://(www\.)?twitter.com/.+/


How can i solve this problem.


Thank you all




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 (
 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-home_timeline
 )?

We're talking about user_timeline, not friends_timeline (but I wouldn't
mind this idea being applied to other methods, natch).

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- I had amnesia once -- or twice. 


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 characters, though; Matt Sanford was going to post
something about that and I never heard anything about it later.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- This message will self-destruct in five seconds. Good luck, Jim. -- M:I