[twitter-dev] Re: Hashtags in prepopulated status's when the user was not logged in

2010-06-22 Thread maestrojed
e it > onhttp://code.google.com/p/twitter-api/issuesandi'll pass it onto the > team. > > Thanks, > Matt > > On Tue, Jun 22, 2010 at 10:27 AM, maestrojed > wrote: > > > > > You can pre-populate a tweet by doing something like: > href="http://twitte

[twitter-dev] Hashtags in prepopulated status's when the user was not logged in

2010-06-22 Thread maestrojed
You can pre-populate a tweet by doing something like: http://twitter.com/home?status=I am asking a question on stackoverflow">http://twitter.com/home?status=I am asking a question on stackoverflow If you want to use a hashtag you have to urlencode it http://twitter.com/home?status=I am asking a

[twitter-dev] Streaming API in PHP - Any examples or advice?

2010-01-26 Thread maestrojed
/browse_thread/thread/91786b8a4f5505ca/6b4f177394e14e63?hl=en&lnk=gst&q=maestrojed#6b4f177394e14e63 Although using the search API was straight forward, even easy, I am quite out of my league with this streaming API. In fact, I have never worked with streaming data at all. I have

[twitter-dev] search api: best practice to capture all tweets.

2010-01-16 Thread maestrojed
I would like to capture and store all tweets that match a search query and do so from this time forward. My 1st attempt to do this was to query and store the matching results (tweets); additional queries include the parameter since_id="The max id value already stored". However the search api does n