[twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-20 Thread Karussell
Thanks for the update John! On 18 Feb., 19:08, John Kalucki j...@twitter.com wrote: http://dev.twitter.com/pages/streaming_api_concepts#result-quality Search filters for relevance and is not intended as a source of all tweets. Streaming provides the complete record to all you to perform

[twitter-dev] Twitter4J 2.1.12 released - with less bugs, a few improvements

2011-02-20 Thread Yusuke Yamamoto
Hi all, Twitter4J is an unofficial, open-sourced, mavenized and Google App Engine/Android ready Java library for the Twitter API released under the BSD license. Please note that Twitter4J is an independent open-source project, and is not sponsored or affiliated by Twitter.com. For Twtter4J

[twitter-dev] Problem with tweet_button and amp;

2011-02-20 Thread SidV
Hi, I have one question about the tweet_button... (http:// dev.twitter.com/pages/tweet_button) I've been trying to use this link: http://twitter.com/share?url=http%3A%2F%2Flink.comamp;via=usernameamp;lang=enamp;text=blabla And it's work... but, what if the URL link has in the url? For example:

[twitter-dev] Question about REST API design (not strictly Twitter related)

2011-02-20 Thread craigpierce
Hello All - I'll try to keep this brief - I'm sure the answer is simple but I just don't get it... I'm looking to build a simple API similar to Twitter's (I don't care whether it's actually considered RESTful or not - I'm just calling it that), but there is one thing that NO ONE explains: how

[twitter-dev] Re: Question about REST API design (not strictly Twitter related)

2011-02-20 Thread Nikita Kovshov
Hi, you can use mod_rewrite module for Apache: beginner's guide - http://articles.sitepoint.com/article/guide-url-rewriting essential guide - http://httpd.apache.org/docs/current/mod/mod_rewrite.html On Feb 20, 10:24 pm, craigpierce craigpie...@gmail.com wrote: Hello All - I'll try to keep

[twitter-dev] Re: Problem with tweet_button and amp;

2011-02-20 Thread Nikita Kovshov
Hi Sidv, You need to urlencode properties: http://link.com/viewtopic.php?f=23t=239; to http%3a%2f%2flink.com%2fviewtopic.php%3ff%3d23%26t%3d239 result: http://twitter.com/share?url=http%3A%2F%2Flink.com%2Fviewtopic.php%3Ff%3D23%26t%3D239amp%3Bvia=usernameamp%3Blang=enamp%3Btext=blabla On Feb

[twitter-dev] Re: Question about REST API design (not strictly Twitter related)

2011-02-20 Thread craigpierce
That looks like it might just be what I needed - THX :) On Feb 20, 11:54 am, Nikita Kovshov kovshov.nik...@gmail.com wrote: Hi, you can use mod_rewrite module for Apache: beginner's guide -http://articles.sitepoint.com/article/guide-url-rewriting essential guide

[twitter-dev] Tweet Buttons and iFrames

2011-02-20 Thread Rouven Weßling
Hello everybody, I have written a plug-in for Joomla adding a tweet button to articles. I've used the url method to create my own button. To make the Joomla integration even better, I'd like to use the Modal system built into Joomla. The only way to do so is to open the Share this window into an

[twitter-dev] Re: Follower analysis without whitelisting breaks limits?

2011-02-20 Thread Orian Marx (@orian)
I don't know what the current state of this is but it looks like Site Streams will support unfollow events for this purpose: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/74ae054ec728e6dc On Feb 18, 5:11 pm, Jo jseib...@seibert-media.net wrote: It seems as if no