[twitter-dev] Re: Twitter Search Api Keyword Geocode Query concern ?

2011-05-10 Thread harik
Thank Also can u help me in this .. I want to send a query to curl library(php) to get tweets , for searching tweets with two words ,i.e New york OR Minneapolis. $adde1=New York; $adde2=Minneaolis; $url=http://search.twitter.com/search.atom?q=; . urlencode( $adde1 + OR + $adde2) .

[twitter-dev] Re: Twitter Search Api Keyword Geocode Query concern ?

2011-05-10 Thread artesea
You need more lessons in PHP, you are parsing strings incorrectly $url=http://search.twitter.com/search.atom?q=; . urlencode($adde1 . OR . $adde2) . lang=enrpp=10page=1; artesea -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: