[twitter-dev] Re: Deleting a Retweeted Tweet

2009-09-22 Thread Josh Roesslein

Now does this deletion occur recursively including retweets of retweets?
Let's say Bob retweets John and Mike retweets Bob's retweets. Will
Both John and Mike retweets
be deleted if John original tweet is deleted or just Bob retweet?

I'm not sure I like the idea of the delete of retweets if the original
tweet is deleted.
Unless there is a good reason for doing so (the tweet is spreading a
bad link that causes harm, etc)
the retweets should be treated as a regular tweet and left alone.

Josh

On Mon, Sep 21, 2009 at 7:45 PM, Marcel Molina  wrote:
>
> If the original retweet is deleted its retweets will also disappear.
>
> On Sun, Sep 20, 2009 at 3:56 PM, Dewald Pretorius  wrote:
>>
>> With the new retweeting, what happens with retweets if the original
>> tweet is deleted, or the author's account is closed or suspended?
>>
>> Do all the retweets of that tweet also just disappear with it?
>>
>> Dewald
>>
>
>
>
> --
> Marcel Molina
> Twitter Platform Team
> http://twitter.com/noradio
>


[twitter-dev] Re: Deleting a Retweeted Tweet

2009-09-22 Thread Cameron Kaiser

> I think that's the point. They can always just do a manual "re"tweet of a
> tweet.

Of course. That brings us back to the whole question of what purpose the new
retweet system serves if the old manual system will still suffice ;-)

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- The steady state of disks is full. -- Ken Thompson -


[twitter-dev] Re: Deleting a Retweeted Tweet

2009-09-22 Thread Adam Cloud
I think that's the point. They can always just do a manual "re"tweet of a
tweet. People aren't given the "undo" button for rumors and leaked info in
real life, but we're not in real life :D

On Mon, Sep 21, 2009 at 8:21 PM, Cameron Kaiser wrote:

>
> > If the original retweet is deleted its retweets will also disappear.
>
> I don't know if I like that. Yes, it might save the original tweeter some
> embarrassment, but sometimes it's useful to make a tweet survive. Imagine a
> political gaffe that could be withdrawn instantly and everything that
> referenced it.
>
> --
>  personal:
> http://www.cameronkaiser.com/ --
>  Cameron Kaiser * Floodgap Systems * www.floodgap.com *
> ckai...@floodgap.com
> -- The best of all: God is with us. -- John Wesley
> 
>


[twitter-dev] Re: I'm back baby

2009-09-22 Thread Adam Cloud
Wait, so they actually got away with forcing you to change your domain? Or
you did so on your own on advice of a lawyer while you wait out the court
case?

If you were forced...this is big news...let us know!

On Tue, Sep 22, 2009 at 10:26 AM, Dean Collins  wrote:

>  I'm back baby, bigger and badder than before - 
> www.MyTwitterButler.com is now
> www.MyPostButler.com   feel free to tweet it
> on.
>
>
>
> Lawyers suck!
>
>
>
>
>
>
>
>
>
> Cheers,
>
> Dean
>
>
>
> P.S. No they didn’t get the domain, my response was not without a court
> case baby.
>
>
>
>
>
>
>


[twitter-dev] Re: Are account suspensions permanent?

2009-09-22 Thread Adam Cloud
I had an experience that took over 4 months of back and forth, forth being
me, back being them marking my ticket as taken care of without doing
anything. I finally just created a new account, changed the name of the old
one and used that name for the new one.

Had another experience where the account was fixed after two unanswered
tickets without a word said to the person.

So you may have a few days, a week, a few months, maybe forever of being
suspended without getting an actual account banning.

Twitter may have excellent interaction with their 3rd-party developers, but
their customer service blows.


[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you & we're adding statuses/retweets)

2009-09-22 Thread John Kalucki

Retweet aggregators should use the Streaming API /1/statuses/sample
method to gather a sample of Retweets or apply for the full Retweet
stream on /1/statuses/retweet.

The Streaming API may be in Alpha, but the service has been very
reliable.

I'm unaware of any technical issues that would block a reasonably
proficient service developer on a reasonable stack from integrating
Streaming API results in fairly short order. I'm sure there are
examples of byzantine stacks upon which this isn't true, but
workarounds can be found.

-John Kalucki
http://twitter.com/jkalucki
Services, TwitterInc.


On Sep 22, 9:27 pm, hansamann  wrote:
> I am still hoping for an answer to the questions in this thread, but
> meanwhile here is another idea the Twitter Team might find
> interesting.
>
> As it seems many of us want to track retweets. What we are really
> interested in is the number of retweets over time so we can find
> trending topics, in my case within a community (e.g. not for public
> timeline tweets, just for the tweets among my friends). So: why not
> have a method that is capable of returning several retweet counts?
>
> So what if statuses/retweets would either accept *just a single id* in
> which case the behaviour is as currently described, or *many ids* in
> which case the response is a summary for many statusIds. The summary
> should contain the usernames that retweeted the original ids and the
> retweet counts at least.
>
> If the API is left as it is,  guess a lot of us will need to get
> whitelisted. Excessively calling status/retweets for single tweets
> cannot be the intention of Twitter. Also many retweet aggregators will
> really be in trouble (unless they use the streaming apis, but those
> again are alpha and some cannot use them for technical reasons) as the
> twitter accounts of their users are not whitelisted and as such
> constraint to 150 API calls.
>
> Come on, would anyone at least consider that or let us know best
> practices for tracking retweets after the api is launched?
>
> Cheers
> Sven
>
> On Sep 18, 4:37 pm, hansamann  wrote:
>
> > Excactly, my main point, too.
>
> > The problem is I want to track how tweets 'develop' over time. This
> > means I would need to pull the status/retweets every minute or so for
> > every tweet I am tracking. There is a 150 api call limit currently...
> > without whitelisting I will be doomed.
>
> > I was hoping that the 'retweeted to me' timeline would include a
> > 'count' field for eachretweet. I could then have checked that
> > timeline every minute (and pull the info for the last 50 retweets to
> > me let's say). This would just have consumed 1 request each minute for
> > example... not 1 request per tweet tracked per minute, which... could
> > be a lot.
>
> > Any ideas?
>
> > Otherwise: how can I get the app groovytweets whitelisted?
>
> > Thanx
> > Sven
>
> > On Sep 18, 3:21 pm, Nick Arnett  wrote:
>
> > > On Fri, Sep 18, 2009 at 1:57 PM, Marcel Molina  wrote:
>
> > > > Asking developers to collapse retweets in timelines is onerous,
> > > > complicated and confusing. We're not going to do it that way. We are
> > > > going to add a resource that gives you all retweets for a given tweet.
> > > > In timelines you will get only the firstretweet. You can then request
> > > > all retweets for that tweet at any time to get up to 100 retweets that
> > > > have been created for it.
>
> > > Will timelines show if additional retweets exist for each tweet?  
> > > Otherwise,
> > > won't we have to make the request for every tweet to find out if there are
> > > others?
>
> > > Nick


[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you & we're adding statuses/retweets)

2009-09-22 Thread hansamann

I am still hoping for an answer to the questions in this thread, but
meanwhile here is another idea the Twitter Team might find
interesting.

As it seems many of us want to track retweets. What we are really
interested in is the number of retweets over time so we can find
trending topics, in my case within a community (e.g. not for public
timeline tweets, just for the tweets among my friends). So: why not
have a method that is capable of returning several retweet counts?

So what if statuses/retweets would either accept *just a single id* in
which case the behaviour is as currently described, or *many ids* in
which case the response is a summary for many statusIds. The summary
should contain the usernames that retweeted the original ids and the
retweet counts at least.

If the API is left as it is,  guess a lot of us will need to get
whitelisted. Excessively calling status/retweets for single tweets
cannot be the intention of Twitter. Also many retweet aggregators will
really be in trouble (unless they use the streaming apis, but those
again are alpha and some cannot use them for technical reasons) as the
twitter accounts of their users are not whitelisted and as such
constraint to 150 API calls.

Come on, would anyone at least consider that or let us know best
practices for tracking retweets after the api is launched?

Cheers
Sven



On Sep 18, 4:37 pm, hansamann  wrote:
> Excactly, my main point, too.
>
> The problem is I want to track how tweets 'develop' over time. This
> means I would need to pull the status/retweets every minute or so for
> every tweet I am tracking. There is a 150 api call limit currently...
> without whitelisting I will be doomed.
>
> I was hoping that the 'retweeted to me' timeline would include a
> 'count' field for eachretweet. I could then have checked that
> timeline every minute (and pull the info for the last 50 retweets to
> me let's say). This would just have consumed 1 request each minute for
> example... not 1 request per tweet tracked per minute, which... could
> be a lot.
>
> Any ideas?
>
> Otherwise: how can I get the app groovytweets whitelisted?
>
> Thanx
> Sven
>
> On Sep 18, 3:21 pm, Nick Arnett  wrote:
>
> > On Fri, Sep 18, 2009 at 1:57 PM, Marcel Molina  wrote:
>
> > > Asking developers to collapse retweets in timelines is onerous,
> > > complicated and confusing. We're not going to do it that way. We are
> > > going to add a resource that gives you all retweets for a given tweet.
> > > In timelines you will get only the firstretweet. You can then request
> > > all retweets for that tweet at any time to get up to 100 retweets that
> > > have been created for it.
>
> > Will timelines show if additional retweets exist for each tweet?  Otherwise,
> > won't we have to make the request for every tweet to find out if there are
> > others?
>
> > Nick


[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Ershad K
Thank you for clearing my doubts. I would move in that way :)

All the very best,

Kind regards,
Ershad

On Wed, Sep 23, 2009 at 9:06 AM, Joseph Cheek  wrote:

>
> You probably *could* use curl with OAuth, but it's not for the faint of
> heart.  It would require gads of programming and as much as I like
> command-line apps, I don't think I'll be doing it in the near future
> myself.  I suggest using another language for which there are ready-made
> OAuth libs available (almost any other language, actually).
>
> Joseph Cheek
> jos...@cheek.com, www.cheek.com
> twitter: http://twitter.com/cheekdotcom
>
>
>
> Ershad K wrote:
> > Thank you very much for your kind reply.
> >
> > I have registered my application in twitter and got some keys. I'm new
> > to programming would like to know how to implement OAuth. I have read
> > its documents, and i understood it's a kind of authorization. Is it
> > done by appending a special parameter to cURL ?
> >
> > Thanks,
> > Ershad
> >
> > On Tue, Sep 22, 2009 at 9:24 PM, JDG  > > wrote:
> >
> > You can't. You *must* use OAuth to change the source parameter,
> > which precludes using cURL.
> >
> >
> > On Tue, Sep 22, 2009 at 01:29, Ershad K  > > wrote:
> >
> >
> > Dear Sir,
> >  I'm new to twitter API and curl. Could you please tell me
> > how to
> > edit  so that i could put my application's name in 'From
> > app_name' instead 'From API'. I'm using curl to update my time
> > line.
> >
> > Thanks in advance,
> >
> > Best,
> > Ershad
> >
> >
> >
> >
> > --
> > Internets. Serious business.
> >
> >
>


[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Joseph Cheek

You probably *could* use curl with OAuth, but it's not for the faint of
heart.  It would require gads of programming and as much as I like
command-line apps, I don't think I'll be doing it in the near future
myself.  I suggest using another language for which there are ready-made
OAuth libs available (almost any other language, actually).

Joseph Cheek
jos...@cheek.com, www.cheek.com
twitter: http://twitter.com/cheekdotcom



Ershad K wrote:
> Thank you very much for your kind reply.
>
> I have registered my application in twitter and got some keys. I'm new
> to programming would like to know how to implement OAuth. I have read
> its documents, and i understood it's a kind of authorization. Is it
> done by appending a special parameter to cURL ?
>
> Thanks,
> Ershad
>
> On Tue, Sep 22, 2009 at 9:24 PM, JDG  > wrote:
>
> You can't. You *must* use OAuth to change the source parameter,
> which precludes using cURL.
>
>
> On Tue, Sep 22, 2009 at 01:29, Ershad K  > wrote:
>
>
> Dear Sir,
>  I'm new to twitter API and curl. Could you please tell me
> how to
> edit  so that i could put my application's name in 'From
> app_name' instead 'From API'. I'm using curl to update my time
> line.
>
> Thanks in advance,
>
> Best,
> Ershad
>
>
>
>
> -- 
> Internets. Serious business.
>
>


[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread Ershad K
Thank you very much for your kind reply.

I have registered my application in twitter and got some keys. I'm new to
programming would like to know how to implement OAuth. I have read its
documents, and i understood it's a kind of authorization. Is it done by
appending a special parameter to cURL ?

Thanks,
Ershad

On Tue, Sep 22, 2009 at 9:24 PM, JDG  wrote:

> You can't. You *must* use OAuth to change the source parameter, which
> precludes using cURL.
>
>
> On Tue, Sep 22, 2009 at 01:29, Ershad K  wrote:
>
>>
>> Dear Sir,
>>  I'm new to twitter API and curl. Could you please tell me how to
>> edit  so that i could put my application's name in 'From
>> app_name' instead 'From API'. I'm using curl to update my time line.
>>
>> Thanks in advance,
>>
>> Best,
>> Ershad
>>
>
>
>
> --
> Internets. Serious business.
>


[twitter-dev] Re: OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread adam

Hi JDG,

Thanks for the suggestion, I just tried that and got the same
response.  As I said though, the strange thing is that the same oauth
values in php generates a nearly identical http request but it works.
There should be no difference in what language is used so I am
confused there.

Chad,

I posted the entire request in the OP above, here is the response I
get:

HTTP/1.1 401 Unauthorized
Date: Wed, 23 Sep 2009 02:00:26 GMT
Server: hi
WWW-Authenticate: Basic realm="Twitter API"
Status: 401 Unauthorized
Content-Type: application/xml; charset=utf-8
Content-Length: 137
Cache-Control: no-cache, max-age=1800
Set-Cookie: [removed]
Expires: Wed, 23 Sep 2009 02:30:26 GMT
Vary: Accept-Encoding
Connection: close



  /statuses/update.xml
  Invalid / expired Token



On Sep 22, 8:15 pm, JDG  wrote:
> http://oauth.net/core/1.0a#auth_header
>
> According to the OAuth spec, values in the Authorization header:
>
> For each parameter, the name is immediately followed by an '=' character
> (ASCII code 61), a '"' character (ASCII code 34), the parameter value (MAY
> be empty), and another '"' character (ASCII code 34).
>
> You need to quote your parameter values.
>
>
>
>
>
> On Tue, Sep 22, 2009 at 17:42, Chad Etzel  wrote:
>
> > Please include both HTTP request/response headers+body. This will aid
> > in debugging the call.
>
> > Thanks,
> > -Chad
>
> > On Tue, Sep 22, 2009 at 7:14 PM, adam  wrote:
>
> > > Hi Everyone,
>
> > > I am trying to update from basic auth to oauth.  basic auth works fine
> > > but my oauth returns error 401 invalid/expired token.  I know my token
> > > is valid and the time on my computer is correct.  A co-worker was able
> > > to get the call working in php using the same token and key.  our base
> > > strings are the same and our http request is the same (with the
> > > expected variances such as timestamp and nonce), his works and mine
> > > does not.  I created my own oauth code in c# and it is working fine
> > > for six other oauth sites.
>
> > > Here is the http request:
>
> > > POST /statuses/update.xml HTTP/1.1
> > > Content-Type: application/x-www-form-urlencoded
> > > Authorization: OAuth
> > > realm=www.oauth.net,oauth_version=1.0,oauth_consumer_key=
>
> > [removed],oauth_nonce=78bd034fd09ceda17a925471cfbeb108,oauth_signature=Ndjq­BzI21XmC6p88ExGT9Lcy6No
> > > %3D,oauth_signature_method=HMAC-
> > > SHA1,oauth_timestamp=1253660116,oauth_token=[removed]
> > > Host: twitter.com
> > > Content-Length: 11
> > > Connection: Close
>
> > > status=test
>
> --
> Internets. Serious business.- Hide quoted text -
>
> - Show quoted text -


[twitter-dev] Re:

2009-09-22 Thread Rogério Schneider

ok

On Tue, Sep 22, 2009 at 10:21 PM, BJ Hale  wrote:
>
>
>
> BJH
>
>
>
>
>



-- 
Rogério Schneider

MSN: stoc...@hotmail.com
GTalk: stoc...@gmail.com
Skype: stockrt
http://stockrt.github.com


[no subject]

2009-09-22 Thread BJ Hale




BJH






[twitter-dev] Re: OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread JDG
http://oauth.net/core/1.0a#auth_header

According to the OAuth spec, values in the Authorization header:

For each parameter, the name is immediately followed by an '=' character
(ASCII code 61), a '"' character (ASCII code 34), the parameter value (MAY
be empty), and another '"' character (ASCII code 34).

You need to quote your parameter values.

On Tue, Sep 22, 2009 at 17:42, Chad Etzel  wrote:

>
> Please include both HTTP request/response headers+body. This will aid
> in debugging the call.
>
> Thanks,
> -Chad
>
> On Tue, Sep 22, 2009 at 7:14 PM, adam  wrote:
> >
> > Hi Everyone,
> >
> > I am trying to update from basic auth to oauth.  basic auth works fine
> > but my oauth returns error 401 invalid/expired token.  I know my token
> > is valid and the time on my computer is correct.  A co-worker was able
> > to get the call working in php using the same token and key.  our base
> > strings are the same and our http request is the same (with the
> > expected variances such as timestamp and nonce), his works and mine
> > does not.  I created my own oauth code in c# and it is working fine
> > for six other oauth sites.
> >
> > Here is the http request:
> >
> > POST /statuses/update.xml HTTP/1.1
> > Content-Type: application/x-www-form-urlencoded
> > Authorization: OAuth
> > realm=www.oauth.net,oauth_version=1.0,oauth_consumer_key=
> >
> [removed],oauth_nonce=78bd034fd09ceda17a925471cfbeb108,oauth_signature=NdjqBzI21XmC6p88ExGT9Lcy6No
> > %3D,oauth_signature_method=HMAC-
> > SHA1,oauth_timestamp=1253660116,oauth_token=[removed]
> > Host: twitter.com
> > Content-Length: 11
> > Connection: Close
> >
> > status=test
> >
> >
>



-- 
Internets. Serious business.


[twitter-dev] Re: OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread Chad Etzel

Please include both HTTP request/response headers+body. This will aid
in debugging the call.

Thanks,
-Chad

On Tue, Sep 22, 2009 at 7:14 PM, adam  wrote:
>
> Hi Everyone,
>
> I am trying to update from basic auth to oauth.  basic auth works fine
> but my oauth returns error 401 invalid/expired token.  I know my token
> is valid and the time on my computer is correct.  A co-worker was able
> to get the call working in php using the same token and key.  our base
> strings are the same and our http request is the same (with the
> expected variances such as timestamp and nonce), his works and mine
> does not.  I created my own oauth code in c# and it is working fine
> for six other oauth sites.
>
> Here is the http request:
>
> POST /statuses/update.xml HTTP/1.1
> Content-Type: application/x-www-form-urlencoded
> Authorization: OAuth
> realm=www.oauth.net,oauth_version=1.0,oauth_consumer_key=
> [removed],oauth_nonce=78bd034fd09ceda17a925471cfbeb108,oauth_signature=NdjqBzI21XmC6p88ExGT9Lcy6No
> %3D,oauth_signature_method=HMAC-
> SHA1,oauth_timestamp=1253660116,oauth_token=[removed]
> Host: twitter.com
> Content-Length: 11
> Connection: Close
>
> status=test
>
>


[twitter-dev] About my MASHUP!

2009-09-22 Thread sandropype

Hi!

I developed a mashup with the twitter api. very simple but works :)

what next step to get into the whitelist or know what the staff thinks
about twitter mashup

Only after it is approved it is possible to implement the OAuth?

Thanks!


[twitter-dev] OAuth /statuses/update.xml returns 401 Invalid/Expired Token

2009-09-22 Thread adam

Hi Everyone,

I am trying to update from basic auth to oauth.  basic auth works fine
but my oauth returns error 401 invalid/expired token.  I know my token
is valid and the time on my computer is correct.  A co-worker was able
to get the call working in php using the same token and key.  our base
strings are the same and our http request is the same (with the
expected variances such as timestamp and nonce), his works and mine
does not.  I created my own oauth code in c# and it is working fine
for six other oauth sites.

Here is the http request:

POST /statuses/update.xml HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Authorization: OAuth
realm=www.oauth.net,oauth_version=1.0,oauth_consumer_key=
[removed],oauth_nonce=78bd034fd09ceda17a925471cfbeb108,oauth_signature=NdjqBzI21XmC6p88ExGT9Lcy6No
%3D,oauth_signature_method=HMAC-
SHA1,oauth_timestamp=1253660116,oauth_token=[removed]
Host: twitter.com
Content-Length: 11
Connection: Close

status=test



[twitter-dev] Re: Whitelist.com

2009-09-22 Thread Chad Etzel

For future reference, please note that hitting reply sends a message
to the whole group.
(this note intentionally sent to the group)
-Chad

On Tue, Sep 22, 2009 at 7:26 PM, BJ Hale  wrote:
> You Rock Thanks a bunch.. I hope to make you guys proud.
> On Sep 22, 2009, at 4:13 PM, Chad Etzel wrote:
>
>>
>> Please send your username you used to apply to me directly, and I will
>> investigate. The queue is not that backed up.
>> -Chad
>>
>> On Tue, Sep 22, 2009 at 6:48 PM, shazam  wrote:
>>>
>>> I have been trying to get whitelisted on Twitter. I sent in a request
>>> 10 days ago. I realize they are busy. The Twitter site says up to 1
>>> week. Anyone  have any current information on this process?
>>>
>
> BJ Hale
> Famouschatter.com
>
>
>
>
>
>


[twitter-dev] Re: Whitelist.com

2009-09-22 Thread Chad Etzel

Please send your username you used to apply to me directly, and I will
investigate. The queue is not that backed up.
-Chad

On Tue, Sep 22, 2009 at 6:48 PM, shazam  wrote:
>
> I have been trying to get whitelisted on Twitter. I sent in a request
> 10 days ago. I realize they are busy. The Twitter site says up to 1
> week. Anyone  have any current information on this process?
>


[twitter-dev] Whitelist.com

2009-09-22 Thread shazam

I have been trying to get whitelisted on Twitter. I sent in a request
10 days ago. I realize they are busy. The Twitter site says up to 1
week. Anyone  have any current information on this process?


[twitter-dev] Re: How to get email id of the user

2009-09-22 Thread Chad Etzel

Hello,

No, there is no way to get the user email address through the API.

-Chad

On Tue, Sep 22, 2009 at 6:22 PM, Guru  wrote:
>
> Hi,
>
> I am trying to get the email id of the user who has tweeted me. I
> checked in the User  [ like status.getUser() ] object there I could
> not find the email attribute (I found getScreenName() etc). Is there
> any way that I can get the email id of the user?
>
> Thanks,
> Guru
>


[twitter-dev] How to get email id of the user

2009-09-22 Thread Guru

Hi,

I am trying to get the email id of the user who has tweeted me. I
checked in the User  [ like status.getUser() ] object there I could
not find the email attribute (I found getScreenName() etc). Is there
any way that I can get the email id of the user?

Thanks,
Guru


[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread tom.mancino

yes, thanks

On Sep 22, 10:48 am, Raffi Krikorian  wrote:
> hi tom.
>
> if there is geo data, then the "near parameter" will be using that.  
> if not, then it will use the location in the user's profile.
>
> does that help?
>
>
>
>
>
> > Thanks. Am I correctly understanding that the near parameter uses the
> > location of the users profile and will not use the new geolocation api
> > lat/long data?
>
> >> It is very unlikely that we would offer a publicly available method  
> >> on
> >> the streaming API that returned all geotagged statuses. It is much
> >> more likely that we'll offer a parameter to the /1/statuses/filter
> >> method that would be subject to the same limitations as the track
> >> keyword. Such a feature is unscheduled. I wouldn't guess as to when
> >> we'll get to such an implementation.
>
> >> In the mean time, the Search API offers the near: parameter.
>
> >> -John Kaluckihttp://twitter.com/jkalucki
> >> Services, Twitter Inc.
>
> >>>  I want to filter the firehouse to a subset of tweets that will have
> >>> valid geodata (lat/long).
>
>  hi tom.
>  what are you exactly asking?  you can look at any of the timeline  
>  methods --
>  wherever there will be  object, there will be geo  
>  information if
>  there is geo information available.
>
>  does that help?
>
> > Something like statuses/geolocation that returns public statuses  
> > with
> > geolocation data? Thanks.
>
> --
> Raffi Krikorian
> Twitter Platform Team
> ra...@twitter.com | @raffi


[twitter-dev] Re: status/show request help

2009-09-22 Thread Chad Etzel

Hello,

It would help to know your username and the status ID in question.

-Chad

On Tue, Sep 22, 2009 at 1:52 PM, Dude  wrote:
>
> Hello,
>
> I'm new to the Twitter API/REST API, so please bear with me.
> Currently, I'm trying to get an XML file of my current Twitter status;
> looking at the API, it looks like the request should be of the format
> http://twitter.com/statuses/show/.. I've tried this with
> the correct id and format in both curl and a native browser; both say
> the id isn't found. There's no authentication for this request
> required by the API, and I've double-checked to make sure my ID is
> correct. Here's the output:
>
> http://twitter.com/statuses/show/.xml
>
> 
> 
>  /statuses/show/.xml
>  No status found with that ID.
> 
>
> I've tried using the same request with other ID's - an xml file of
> their statuses will show up, but not mine. Does anyone have any idea
> of what's happening/where I've gone wrong? Thanks for your help in
> advance.
>


[twitter-dev] Re: Are account suspensions permanent?

2009-09-22 Thread Chad Etzel

Hi Waldron,

Account suspensions can be lifted if the transgressions are cleared up.

-Chad

On Tue, Sep 22, 2009 at 12:38 PM, Waldron Faulkner
 wrote:
>
> I can save a lot of trouble if I know that a previously suspended
> Twitter user won't later have his/her suspension lifted.
>
> Anyone??
>
> Waldron
>


[twitter-dev] Text Source. How can I change this?

2009-09-22 Thread shapper

Hello,

I am using a C# library to publish in my Twitter account from my CMS.
The problem is that the source in my twitter text is the name of this
library.

How can I change this?

I think there is a new authentication method that allows it ... But do
I need to open some type of account?

Thank You,
Miguel


[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread Jim Renkel

Try looking at:

http://code.google.com/intl/fr-FR/apis/maps/documentation/geocoding/

Hope this helps.

Jim Renkel

-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com] On Behalf Of Joseph
Cheek
Sent: Tuesday, September 22, 2009 11:00
To: twitter-development-talk@googlegroups.com
Subject: [twitter-dev] Re: Will there be a Geolocation status method?


slightly off topic: does anyone know an easy (web?) method to translate
location names (ie, "Atlanta, Georgia") to geodata coords and vice
versa?

thanks in advance

Joseph Cheek
jos...@cheek.com, www.cheek.com
twitter: http://twitter.com/cheekdotcom



Raffi Krikorian wrote:
>
> hi tom.
>
> if there is geo data, then the "near parameter" will be using that. 
> if not, then it will use the location in the user's profile.
>
> does that help?
>
>> Thanks. Am I correctly understanding that the near parameter uses the
>> location of the users profile and will not use the new geolocation
api
>> lat/long data?
>>
>>> It is very unlikely that we would offer a publicly available method
on
>>> the streaming API that returned all geotagged statuses. It is much
>>> more likely that we'll offer a parameter to the /1/statuses/filter
>>> method that would be subject to the same limitations as the track
>>> keyword. Such a feature is unscheduled. I wouldn't guess as to when
>>> we'll get to such an implementation.
>>>
>>> In the mean time, the Search API offers the near: parameter.
>>>
>>> -John Kaluckihttp://twitter.com/jkalucki
>>> Services, Twitter Inc.
>>>
  I want to filter the firehouse to a subset of tweets that will
have
 valid geodata (lat/long).
>>>
> hi tom.
> what are you exactly asking?  you can look at any of the timeline
> methods --
> wherever there will be  object, there will be geo
> information if
> there is geo information available.
>>>
> does that help?
>>>
>> Something like statuses/geolocation that returns public statuses
>> with
>> geolocation data? Thanks.
>
> -- 
> Raffi Krikorian
> Twitter Platform Team
> ra...@twitter.com | @raffi



[twitter-dev] Re: status/show request help

2009-09-22 Thread Dude

Hello,

I'm new to the Twitter API/REST API, so please bear with me.
Currently, I'm trying to get an XML file of my current Twitter status;
looking at the API, it looks like the request should be of the format
http://twitter.com/statuses/show/.. I've tried this with
the correct id and format in both curl and a native browser; both say
the id isn't found. There's no authentication for this request
required by the API, and I've double-checked to make sure my ID is
correct. Here's the output:

http://twitter.com/statuses/show/.xml



  /statuses/show/.xml
  No status found with that ID.


I've tried using the same request with other ID's - an xml file of
their statuses will show up, but not mine. Does anyone have any idea
of what's happening/where I've gone wrong? Thanks for your help in
advance.


[twitter-dev] Re: Are account suspensions permanent?

2009-09-22 Thread Dean Collins

I was able to get one of mine unsuspended 7 days later after I
unfollowed too many people accidentally.

 

 

Cheers,

Dean

 

 


-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com] On Behalf Of Waldron
Faulkner
Sent: Tuesday, September 22, 2009 12:39 PM
To: Twitter Development Talk
Subject: [twitter-dev] Are account suspensions permanent?


I can save a lot of trouble if I know that a previously suspended
Twitter user won't later have his/her suspension lifted.

Anyone??

Waldron


[twitter-dev] Are account suspensions permanent?

2009-09-22 Thread Waldron Faulkner

I can save a lot of trouble if I know that a previously suspended
Twitter user won't later have his/her suspension lifted.

Anyone??

Waldron


[twitter-dev] Twitter4J 2.0.10 released - supports geo location API, retweet APIs, sign in with Twitter ...

2009-09-22 Thread Yusuke Yamamoto

Hi all,

Twitter4J 2.0.10 is available for download.
http://yusuke.homeip.net/twitter4j/en/index.html#download
It is(or will be) also available at the Maven central repository.
http://repo1.maven.org/maven2/net/homeip/yusuke/twitter4j/
Snapshot builds can be found at:
http://yusuke.homeip.net/maven2/net/homeip/yusuke/twitter4j/

This release contains support for incoming geo location API, and  
retweet APIs.
Please note that geo location API, and retweet APIs are not publicly  
available yet and those features are not properly tested.
You can start developing applications using those APIs, but it is  
strongly suggested to disable the feature until those new APIs go live.


As always, many thanks to the community members!

Release Notes - Twitter4J - Version 2.0.10 - HTML format
Bug
[TFJ-191] - getFriendsStatus shouldn't require authentication
[TFJ-196] - NullPoinerException in Response class on android platform
[TFJ-202] - multibyte characters don't show on Android platform
[TFJ-203] - /WEB-INF/twitter4j.properties never gets loaded
[TFJ-205] - NullPoinerException in HttpClient.equals()
[TFJ-212] - NullPoinerException in Trend#hashCode() and toString()
Improvement
[TFJ-192] - TwitterStream needs a default constructor
[TFJ-209] - support new streaming API paths
New Feature
[TFJ-93] - SSL support
[TFJ-188] - support "Sign in with Twitter"
[TFJ-194] - support retweet methods
[TFJ-195] - support home_timeline method
[TFJ-197] - support geo location API
[TFJ-211] - getFollowersIDs() and getFriendsIDs() need to support  
cursor based pagination


Thanks,
--
Yusuke Yamamoto
yus...@mac.com

this email is: [x] bloggable/tweetable [ ] ask first [ ] private
follow me on : http://twitter.com/yusukeyamamoto
subscribe me at : http://yusuke.homeip.net/blog/



[twitter-dev] I'm back baby

2009-09-22 Thread Dean Collins
I'm back baby, bigger and badder than before - www.MyTwitterButler.com
   is now www.MyPostButler.com
   feel free to tweet it on. 

 

Lawyers suck!

 

 

 

 

Cheers,

Dean

 

P.S. No they didn't get the domain, my response was not without a court
case baby.

 

 

 



[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread Joseph Cheek

slightly off topic: does anyone know an easy (web?) method to translate
location names (ie, "Atlanta, Georgia") to geodata coords and vice versa?

thanks in advance

Joseph Cheek
jos...@cheek.com, www.cheek.com
twitter: http://twitter.com/cheekdotcom



Raffi Krikorian wrote:
>
> hi tom.
>
> if there is geo data, then the "near parameter" will be using that. 
> if not, then it will use the location in the user's profile.
>
> does that help?
>
>> Thanks. Am I correctly understanding that the near parameter uses the
>> location of the users profile and will not use the new geolocation api
>> lat/long data?
>>
>>> It is very unlikely that we would offer a publicly available method on
>>> the streaming API that returned all geotagged statuses. It is much
>>> more likely that we'll offer a parameter to the /1/statuses/filter
>>> method that would be subject to the same limitations as the track
>>> keyword. Such a feature is unscheduled. I wouldn't guess as to when
>>> we'll get to such an implementation.
>>>
>>> In the mean time, the Search API offers the near: parameter.
>>>
>>> -John Kaluckihttp://twitter.com/jkalucki
>>> Services, Twitter Inc.
>>>
  I want to filter the firehouse to a subset of tweets that will have
 valid geodata (lat/long).
>>>
> hi tom.
> what are you exactly asking?  you can look at any of the timeline
> methods --
> wherever there will be  object, there will be geo
> information if
> there is geo information available.
>>>
> does that help?
>>>
>> Something like statuses/geolocation that returns public statuses
>> with
>> geolocation data? Thanks.
>
> -- 
> Raffi Krikorian
> Twitter Platform Team
> ra...@twitter.com | @raffi


[twitter-dev] Re: How to append source parameter in curl ?

2009-09-22 Thread JDG
You can't. You *must* use OAuth to change the source parameter, which
precludes using cURL.

On Tue, Sep 22, 2009 at 01:29, Ershad K  wrote:

>
> Dear Sir,
>  I'm new to twitter API and curl. Could you please tell me how to
> edit  so that i could put my application's name in 'From
> app_name' instead 'From API'. I'm using curl to update my time line.
>
> Thanks in advance,
>
> Best,
> Ershad
>



-- 
Internets. Serious business.


[twitter-dev] Re: Will there be a Geolocation status method?

2009-09-22 Thread Raffi Krikorian


hi tom.

if there is geo data, then the "near parameter" will be using that.   
if not, then it will use the location in the user's profile.


does that help?


Thanks. Am I correctly understanding that the near parameter uses the
location of the users profile and will not use the new geolocation api
lat/long data?

It is very unlikely that we would offer a publicly available method  
on

the streaming API that returned all geotagged statuses. It is much
more likely that we'll offer a parameter to the /1/statuses/filter
method that would be subject to the same limitations as the track
keyword. Such a feature is unscheduled. I wouldn't guess as to when
we'll get to such an implementation.

In the mean time, the Search API offers the near: parameter.

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


 I want to filter the firehouse to a subset of tweets that will have
valid geodata (lat/long).



hi tom.
what are you exactly asking?  you can look at any of the timeline  
methods --
wherever there will be  object, there will be geo  
information if

there is geo information available.



does that help?


Something like statuses/geolocation that returns public statuses  
with

geolocation data? Thanks.


--
Raffi Krikorian
Twitter Platform Team
ra...@twitter.com | @raffi






[twitter-dev] Limit rates for querying twitter.com/statuses/show/tweet_id.xml

2009-09-22 Thread trybeee

Hello everybody!

Does anybody knows which limits for quering this url pattern
twitter.com/statuses/show/tweet_id.xml?

Thanks in advance.


[twitter-dev] HELP with authentication

2009-09-22 Thread ajibanda

well I need to incorporate twitter in my site like this.

once the user clicks on the link, the user automatically logins the
Twitter AND automatically updates his/her status with a user defined
message. I'm using joomla with this one, I was planning to use php
with this but even javascript would do. please point me to the right
directtion cause i've been googling for almost 8hrs and still can't
find the right way to do it.

There are codes I found that can do the posting via php CURL but it
only do the posting, can't find the way to login..

THANKS IN ADVANCE!!


[twitter-dev] Re: using twitter api problem

2009-09-22 Thread yuanyuan

I am new here, I want to study some things here.


[twitter-dev] How to append source parameter in curl ?

2009-09-22 Thread Ershad K

Dear Sir,
  I'm new to twitter API and curl. Could you please tell me how to
edit  so that i could put my application's name in 'From
app_name' instead 'From API'. I'm using curl to update my time line.

Thanks in advance,

Best,
Ershad


[twitter-dev] Re: Alert: "Twitpocalypse II" coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-22 Thread twittme_mobi

Hopefully with php and no database i should not worry about this...

On Sep 21, 2:45 pm, Martin Dufort  wrote:
> Ryan: Is this still scheduled for today or tomorrow ?
>
> Thanks
> Martin Dufortwww.wherecloud.com
>
> On Sep 11, 3:00 pm, Ryan Sarver  wrote:
>
> > Hwee-Boon,
>
> > That is definitely part of the plan and hence why we are aiming for
> > that Monday / Tuesday. We know what a strain it can be to push stuff
> > out at the end of the week.
>
> > Best, Ryan
>
> > On Fri, Sep 11, 2009 at 10:27 AM, Hwee-Boon Yar  wrote:
>
> > > One suggestion: similar to API changes, it seems more appropriate that
> > > if you want to force it, to do it earlier in the week, starting
> > > Monday, rather than Friday. That leaves enough resources and hands to
> > > stock up water and non-perishable goods rather than on a Friday.
>
> > > --
> > > Hwee-Boon
>
> > > On Sep 12, 12:27 am, Ryan Sarver  wrote:
> > >> To give everyone an update --
>
> > >> We have been able to work with our operations team to delay the forced
> > >> update until around September 21st or 22nd (over a week away). Since
> > >> thistwitpocalypseis based on the tweet count, it is impossible to
> > >> predict exactly when it will happen and therefore we can only make
> > >> projections based on current usage and possible spikes. With that
> > >> being said, it *could* happen as early as Sept 16th (Wednesday), so
> > >> please start updating your applications now to handle the change. We
> > >> will be able to give you better estimates as the event moves closer
> > >> and we will be sure to update the list when we know the exact time of
> > >> the update.
>
> > >> Let us know if you have any questions and be sure to stock up on water
> > >> and non-perishable goods :)
>
> > >> Ryan
>
> > >> On Thu, Sep 10, 2009 at 9:10 AM, Ivan Kirigin 
> > >> wrote:
>
> > >> > Call me crazy, but I store any data from a 3rd party in strings.
> > >> > Typically, I used a text blob to store some serialized object (like
> > >> > json or a python pickle) which maximizes flexibility. For the tweet
> > >> > id, I think I used 64 chars.
>
> > >> > In about 10 years, after I've cleared all the other higher priority
> > >> > and more impactful optimizations, I might think about dealing with
> > >> > this again.
>
> > >> > Ivan
> > >> >http://kirigin.com
>
> > >> > On Sep 10, 5:48 am, JDG  wrote:
> > >> >> and if they are, just store the twos complement of the ID in the DB 
> > >> >> and do
> > >> >> the math when you retrieve if it's negative. :)
>
> > >> >> On Thu, Sep 10, 2009 at 00:12, Rob Ashton  
> > >> >> wrote:
> > >> >> >  I've always just stored as 64bit integers, I'd assumed that 32bit
> > >> >> > wouldn't be enough.
>
> > >> >> > Now, if it goes above 64bit then I'm screwed, because neither my 
> > >> >> > language
> > >> >> > or database have built in support for that! :P
>
> > >> >> >  *From:* JDG 
> > >> >> > *Sent:* Thursday, September 10, 2009 4:21 AM
> > >> >> > *To:* twitter-development-talk@googlegroups.com
> > >> >> > *Subject:* [twitter-dev] Re: Alert: "TwitpocalypseII" coming Friday,
> > >> >> > September 11th - make sure you can handle large status IDs!
>
> > >> >> > if you were on signed32 you'd have had a problem a long time ago. 
> > >> >> > not quite
> > >> >> > sure why people haven't just taken to treating/storing as strings 
> > >> >> > -- sure
> > >> >> > there's a bit more overhead mem/storage-wise, but you don't have to 
> > >> >> > change
> > >> >> > your code every few months.
>
> > >> >> > On Wed, Sep 9, 2009 at 16:45, Joseph Cheek  wrote:
>
> > >> >> >> Twitter is in league with Al Qaida!  You heard it first here, 
> > >> >> >> folks!
>
> > >> >> >> Ok, seriously, this message I wrote wasn't worth the electrons it 
> > >> >> >> took
> > >> >> >> to transmit it...  let's see if I can increase the s2n ratio:
>
> > >> >> >> 4294967296, that an unsigned 32-bit int?  ok, fair enough.  i know 
> > >> >> >> some
> > >> >> >> of my apps use signed 64bit ints, but i'm not sure about the db... 
> > >> >> >> will
> > >> >> >> need to check... might be signed32...
>
> > >> >> >> Joseph Cheek
> > >> >> >> jos...@cheek.com,www.cheek.com
> > >> >> >> twitter:http://twitter.com/cheekdotcom
>
> > >> >> >> Nicholas Moline wrote:
> > >> >> >> > And nobody thought about the significance of accelerating 
> > >> >> >> > anything
> > >> >> >> > called a *pocolypse to be on the anniversary of a date that 
> > >> >> >> > thousands
> > >> >> >> > died in a terrorist attack Tactful Twitter... Real Tactful
>
> > >> >> >> > On Wed, Sep 9, 2009 at 1:00 PM, Alex Payne  > >> >> >> > > wrote:
>
> > >> >> >> >     Sorry, an error in phrasing. It was previously mentioned 
> > >> >> >> > that this
> > >> >> >> >     change was pending. We had not previously announced a date 
> > >> >> >> > for the
> > >> >> >> >     change.
>
> > >> >> >> >     Normally, we prefer to provide more advance notice where 
> > >> >> >> > possible,
> > >> >> >> but
> >

[twitter-dev] Twitter API: I keep hitting 502 status codes on /statuses/user_timeline

2009-09-22 Thread kovshenin

Hey there.

Everything was working fine until I got hit by loads of traffic from a
post on Mashable. I started to get way too much 502 errors for the /
statuses/user_timeline method. The API docs say 502 means "Twitter is
down" but Twitter is fine and this has been going on for three days
now.

I have a developer account with 20,000 signed API calls, I output in a
debug log the current limit status plus the error code received. I
haven't gone lower than 16,000 calls left with 502 errors all around.
When applying for a dev account at Twitter I didn't mention my IP
address so I thought it was the problem, but since the API calls are
signed I don't think so.

I double checked with a simple unsigned cURL call from the server, and
get the following response for my IP address: 149/150 and it hasn't
got any lower than that.

Anybody had similar problems?

Thank you,
~ @kovshenin