Welcome Guest, Not a member yet? Register   Sign In
Twitter relevancy
#1

[eluser]stuffradio[/eluser]
Is there any way to make sure you get the most accurate tweets from a search? Say I'm searching about an article. How can I make sure the tweet has the most amount of matching keywords to the article title?
#2

[eluser]stuffradio[/eluser]
Since I'm sure some people will search for this, I fixed it by doing a
Code:
urlencode()
on the search terms. I did a string http://search.twitter.com/?q= and after the ?q= I put the
Code:
urlencode("my stuff here");
.




Theme © iAndrew 2016 - Forum software by © MyBB