[twitter-dev] Re: url as an input

2009-04-19 Thread ParsePlz

Hi,

Thanks for your replies.

I tried with following url formats separately, all are properly url
encoded.

1. Plain URL
2. TinyURL
3. Bitly UR

But those 3 behaves differently for same URL. For URL A TinyURL has
results, For B Bitly has results, Plain URL also have some results.

Finally I passed all three combined using OR operator... That gave me
total results little in little bit high volume..

Still even that composit search produces very less than on-site URL
for the same result..

That s the issue..

On Apr 19, 1:29 am, Stuart  wrote:
> 2009/4/18 ParsePlz :
>
>
>
> > Actually what I meant,
>
> > Say I did a search on URL at backtweets.com and gave me 256 results.
>
> > But when I search the same url via their API using a program it gives
> > 26 results ...
>
> > That is why I am being confused on that..
>
> > Am I not in correct track or their API gives lesser output than their
> > own onsite search ...
>
> Backtweets.com resolve redirecting URLs (tinyurl.com, bit.ly, etc) so
> that when you search it you're searching final URLs. The search API is
> searching the content of tweets and does not resolve the URLs. That's
> why they're different.
>
> -Stuart
>
> --http://stut.net/projects/twitter/


[twitter-dev] Re: url as an input

2009-04-18 Thread ParsePlz

Actually what I meant,

Say I did a search on URL at backtweets.com and gave me 256 results.

But when I search the same url via their API using a program it gives
26 results ...

That is why I am being confused on that..

Am I not in correct track or their API gives lesser output than their
own onsite search ...

B. Parse
On Apr 18, 1:44 am, Abraham Williams <4bra...@gmail.com> wrote:
> The number of results you get is going to depend entirely on the url/users
> and does not indicate which services is better.
>
>
>
> On Fri, Apr 17, 2009 at 14:17, ParsePlz  wrote:
>
> > I have already tried with backtweets API, it works but give lesser
> > results than on-site search...
>
> > On Apr 16, 12:45 am, ParsePlz  wrote:
> > > Hi,
>
> > > could someone please post an example API request, I mean the url as
> > > input, which api request to be used.
>
> > > I tried withhttp://search.twitter.com/search.atom?q=usingtinyURL,
> > > bitly even plain url, then with OR operator, but I dont get much as
> > > (actually very few) backtweet results.
>
> > > What do you suggest me to use?
>
> > > How backtweers operate ??
>
> > > Thanks and Best Regards
>
> > > B. Parse
>
> > > On Apr 10, 4:15 am, Chris Thomson  wrote:
>
> > > > There's also the BackTweets API.http://backtweets.com/api
>
> > > > -Chris Thomson
>
> > > > On Thu, Apr 9, 2009 at 2:27 AM, jstrellner 
> > wrote:
>
> > > > > Hi Nick,
>
> > > > > Yes, we can help with this. We have an API that is nearly complete
> > > > > that will allow you to provide a URL and get all of the tweets that
> > > > > contained a link to the provided URL, regardless of which URL
> > > > > shortener that was used.
>
> > > > > -Joel
>
> > > > > On Apr 5, 12:02 pm, Nick Arnett  wrote:
> > > > > > On Sun, Apr 5, 2009 at 11:44 AM, Abraham Williams <
> > 4bra...@gmail.com>
> > > > > wrote:
> > > > > > > Just pretend the URL is text and search for that text using the
> > default
> > > > > > > Search API call.
>
> > > > > > But if you want meaningful results, you'll want to shorten the URL
> > with
> > > > > the
> > > > > > popular shorteners (tinyurl, bitly, etc.) and search on the
> > shortened
> > > > > > versions.
>
> > > > > > Or you might be able to accomplish what you're seeking by using
> > Twiturly.
>
> > > > > > Nick
>
> --
> Abraham Williams |http://the.hackerconundrum.com
> Hacker |http://abrah.am|http://twitter.com/abraham
> Web608 | Community Evangelist |http://web608.org
> This email is: [ ] blogable [x] ask first [ ] private.
> Sent from Madison, Wisconsin, United States


[twitter-dev] Re: url as an input

2009-04-17 Thread ParsePlz

I have already tried with backtweets API, it works but give lesser
results than on-site search...

On Apr 16, 12:45 am, ParsePlz  wrote:
> Hi,
>
> could someone please post an example API request, I mean the url as
> input, which api request to be used.
>
> I tried withhttp://search.twitter.com/search.atom?q=using tinyURL,
> bitly even plain url, then with OR operator, but I dont get much as
> (actually very few) backtweet results.
>
> What do you suggest me to use?
>
> How backtweers operate ??
>
> Thanks and Best Regards
>
> B. Parse
>
> On Apr 10, 4:15 am, Chris Thomson  wrote:
>
> > There's also the BackTweets API.http://backtweets.com/api
>
> > -Chris Thomson
>
> > On Thu, Apr 9, 2009 at 2:27 AM, jstrellner  wrote:
>
> > > Hi Nick,
>
> > > Yes, we can help with this. We have an API that is nearly complete
> > > that will allow you to provide a URL and get all of the tweets that
> > > contained a link to the provided URL, regardless of which URL
> > > shortener that was used.
>
> > > -Joel
>
> > > On Apr 5, 12:02 pm, Nick Arnett  wrote:
> > > > On Sun, Apr 5, 2009 at 11:44 AM, Abraham Williams <4bra...@gmail.com>
> > > wrote:
> > > > > Just pretend the URL is text and search for that text using the 
> > > > > default
> > > > > Search API call.
>
> > > > But if you want meaningful results, you'll want to shorten the URL with
> > > the
> > > > popular shorteners (tinyurl, bitly, etc.) and search on the shortened
> > > > versions.
>
> > > > Or you might be able to accomplish what you're seeking by using 
> > > > Twiturly.
>
> > > > Nick


[twitter-dev] Re: url as an input

2009-04-15 Thread ParsePlz

Hi,

could someone please post an example API request, I mean the url as
input, which api request to be used.

I tried with http://search.twitter.com/search.atom?q= using tinyURL,
bitly even plain url, then with OR operator, but I dont get much as
(actually very few) backtweet results.

What do you suggest me to use?

How backtweers operate ??

Thanks and Best Regards

B. Parse

On Apr 10, 4:15 am, Chris Thomson  wrote:
> There's also the BackTweets API.http://backtweets.com/api
>
> -Chris Thomson
>
> On Thu, Apr 9, 2009 at 2:27 AM, jstrellner  wrote:
>
> > Hi Nick,
>
> > Yes, we can help with this. We have an API that is nearly complete
> > that will allow you to provide a URL and get all of the tweets that
> > contained a link to the provided URL, regardless of which URL
> > shortener that was used.
>
> > -Joel
>
> > On Apr 5, 12:02 pm, Nick Arnett  wrote:
> > > On Sun, Apr 5, 2009 at 11:44 AM, Abraham Williams <4bra...@gmail.com>
> > wrote:
> > > > Just pretend the URL is text and search for that text using the default
> > > > Search API call.
>
> > > But if you want meaningful results, you'll want to shorten the URL with
> > the
> > > popular shorteners (tinyurl, bitly, etc.) and search on the shortened
> > > versions.
>
> > > Or you might be able to accomplish what you're seeking by using Twiturly.
>
> > > Nick


[twitter-dev] Re: url as an input

2009-04-05 Thread ParsePlz

Hi,

Thanks for you both on provided info.

However I didnt find nay api request capable of passing an url as an
input. Do you think it is posible or not?

Thanks and Best Regards

Parse



On Apr 6, 12:18 am, Abraham Williams <4bra...@gmail.com> wrote:
> You will want to read the Search API 
> Docs:http://apiwiki.twitter.com/Search+API+Documentation.
>
> Also consider that alot of long URLs are shortened using tinyurl.com/etc.
> There is another site providing an API to reverse the process but I don't
> remember what it is.
>
> Abraham
>
>
>
> On Sun, Apr 5, 2009 at 13:00, ParsePlz  wrote:
>
> > Hi,
>
> > What I need is to pass a url to API and get tweets for it, process is
> > similar to as ofwww.backtweets.com.
>
> > Can such be implemented ?
>
> > Thanks and Best Regads
>
> > Parse
>
> > On Apr 5, 11:55 pm, Abraham Williams <4bra...@gmail.com> wrote:
> > > Please clarify. I have absolutely no idea what you are trying to
> > accomplish.
>
> > > On Sun, Apr 5, 2009 at 12:28, ParsePlz  wrote:
>
> > > > Hi,
>
> > > > Is it possible to get tweets, who-tweet? type data with a input URL. I
> > > > checked twitter api documentation, but Idont see it accepts url
> > > > anywhere that accepts url as ain input parameted.
>
> > > > If someone of you aware of it, please let me know.
>
> > > > Thanks and Best Regadrs.
>
> > > > B. Parse
>
> > > --
> > > Abraham Williams | Hacker |http://abrah.am
> > > @poseurtech |http://the.hackerconundrum.com
> > > Web608 | Community Evangelist |http://web608.org
> > > This email is: [ ] blogable [x] ask first [ ] private.
> > > Sent from Chicago, Illinois, United States
>
> --
> Abraham Williams | Hacker |http://abrah.am
> @poseurtech |http://the.hackerconundrum.com
> Web608 | Community Evangelist |http://web608.org
> This email is: [ ] blogable [x] ask first [ ] private.
> Sent from Chicago, Illinois, United States


[twitter-dev] Re: url as an input

2009-04-05 Thread ParsePlz

Hi,

What I need is to pass a url to API and get tweets for it, process is
similar to as of www.backtweets.com .

Can such be implemented ?

Thanks and Best Regads

Parse

On Apr 5, 11:55 pm, Abraham Williams <4bra...@gmail.com> wrote:
> Please clarify. I have absolutely no idea what you are trying to accomplish.
>
> On Sun, Apr 5, 2009 at 12:28, ParsePlz  wrote:
>
> > Hi,
>
> > Is it possible to get tweets, who-tweet? type data with a input URL. I
> > checked twitter api documentation, but Idont see it accepts url
> > anywhere that accepts url as ain input parameted.
>
> > If someone of you aware of it, please let me know.
>
> > Thanks and Best Regadrs.
>
> > B. Parse
>
> --
> Abraham Williams | Hacker |http://abrah.am
> @poseurtech |http://the.hackerconundrum.com
> Web608 | Community Evangelist |http://web608.org
> This email is: [ ] blogable [x] ask first [ ] private.
> Sent from Chicago, Illinois, United States


[twitter-dev] url as an input

2009-04-05 Thread ParsePlz

Hi,

Is it possible to get tweets, who-tweet? type data with a input URL. I
checked twitter api documentation, but Idont see it accepts url
anywhere that accepts url as ain input parameted.

If someone of you aware of it, please let me know.

Thanks and Best Regadrs.

B. Parse