[twitter-dev] Re: via, RT, and reply_to linking

2009-06-23 Thread @Jalada
Sounds like a bad idea simply because the name of it IS 'in_REPLY_to_status_id', and retweets aren't replies. I wonder if Twitter will adopt retweets in any way, in the same way they did with replies? On Jun 22, 7:08 pm, Chad Etzel jazzyc...@gmail.com wrote: For the moment, I'll skip my rant

[twitter-dev] Re: Storing OAuth Tokens in MySQL Database

2009-06-23 Thread beckerbao29
You can store $tok['oauth_token'] $tok ['oauth_token_secret'] when the state==return. Both of this represent like username and password On Jun 22, 1:18 pm, DevinPitcher devinpitc...@gmail.com wrote: ?php session_start(); include(../../../settings/mysql.php);

[twitter-dev] update: RSS feeds of twitter topics now available from web2express.org

2009-06-23 Thread AJ Chen
Update: I just added RSS feed links on web2express.org digest website. The RSS feeds provide up to 100 new topics from today's twitter conversations or tweets in the last 3 days or 7 days. Twitter.com search gives you 10 top trending topics. If you want more top twitter topics, you may get the

[twitter-dev] 2-legged OAuth

2009-06-23 Thread Aaron Gotwalt
Anyone have a working 2-legged OAuth example built on Twitter? (a little background: http://www.hueniverse.com/hueniverse/2009/03/taking-oauth-beyond-the-3rd-leg.html) We're actively migrating all of my app's users to OAuth right now, but this presents real integration challenges as we no

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-06-23 Thread கார்த்திக் . மு
John, Can we have two concurrent connections, one each to the methods gardenhose and shadow from a single Twitter account? Thanks, Karthik On May 10, 9:04 am, John Kalucki jkalu...@gmail.com wrote: Note: TheStreamingAPI is currently under a limited alpha test, details below. Multiple

[twitter-dev] Search Hashtag Query Results Not Posting

2009-06-23 Thread xenuser
I have been reading over these discussion forums and searching the web and was able to create a simple html javascript code that produced a list of tweets from my user-id: div id=twitter_div ul id=twitter_update_list/ul /div script type=text/javascript

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-06-23 Thread John Kalucki
You can't have multiple logins per account at the moment. In general, contact the API group for help with this. In this case, I'll set things up for you. -John Kalucki Services, Twitter Inc. On Jun 23, 7:26 am, கார்த்திக்.மு fermis...@gmail.com wrote: John, Can we have two concurrent

[twitter-dev] Re: deleted tweets ares retrieved in the search results

2009-06-23 Thread Abraham Williams
Currently there is no way to remove tweets from search. On Tue, Jun 23, 2009 at 11:31, Borja Martínbor...@dagi3d.net wrote: Hi, I deleted some tweets I posted using a certain hashtag during the development of my application but they are still being retrieved using the search api method. I

[twitter-dev] Re: deleted tweets ares retrieved in the search results

2009-06-23 Thread Matt Sanford
Hey there, For the record, I'm working to fix that in the near term. I know it's been a long time coming but I have a git branch under way to add it so I hope it's not too much farther off. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jun 23, 2009, at 5:17 PM, Abraham

[twitter-dev] Re: best practice for dealing with streaming api connection close

2009-06-23 Thread AJ Chen
I use two levels of controls, which seems working smoothly. 1. when exception is thrown, check if it's the type that results from connection dropping, i.e. IOException or HTTP code=4xx or error message; reconnect only if this is true. there may be many other types of exceptions, but don't

[twitter-dev] created_at format change

2009-06-23 Thread Christopher Finke
Around 7:45pm Central time, I noticed that the format of the created_at timestamp changed from Fri, 15 May 2009 14:41:50 + to 2009-05-15 14:41:50 UTC. Was this change intentional? If so, was it communicated anywhere? We had to rush out a fix to our app in order to change the format string

[twitter-dev] Re: created_at format change

2009-06-23 Thread Chad Etzel
Yeah, all of my timestamps are now busted and I'm just finding out... It looks like this was just a change in the Search API format, and not the REST API format? Is that correct? Going bonkers, -Chad On Tue, Jun 23, 2009 at 9:02 PM, Christopher Finkecfi...@gmail.com wrote: Around 7:45pm

[twitter-dev] Re: created_at format change

2009-06-23 Thread feesta
yes, I found this as well. -Jeff On Jun 23, 6:02 pm, Christopher Finke cfi...@gmail.com wrote: Around 7:45pm Central time, I noticed that the format of the created_at timestamp changed from Fri, 15 May 2009 14:41:50 + to 2009-05-15 14:41:50 UTC.  Was this change intentional?  If so, was

[twitter-dev] Re: created_at format change

2009-06-23 Thread H12山本 裕介
Hi, After the change, the API started to return status code:403 when there is no matching tweets. It used to be returning status code 404. Will this be a permanent behavior? --- [Wed Jun 24 12:50:31 JST 2009]GET http://search.twitter.com/search.json?q=from%3Atwit4j+doesnothit [Wed Jun

[twitter-dev] Re: created_at format change

2009-06-23 Thread Doug Williams
I'm seeing that, too. Can you open a ticket? http://code.google.com/p/twitter-api/issues/list Thanks, Doug -- Do you follow me? http://twitter.com/dougw 2009/6/23 H12山本 裕介 yus...@mac.com Hi, After the change, the API started to return status code:403 when there is no matching tweets.