[twitter-dev] Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-02-28 Thread Chris Sobolewski
I am attempting to use the twitteroauth library to make a query, and I am getting some odd responses back. My code: $twitteroauth = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET); $q=urlencode(#twitter); $query = $twitteroauth-get(search.json?q={$q}rpp=100); echo pre; $qq =

Re: [twitter-dev] Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-02-28 Thread Abraham Williams
The Search API does not support authentication and so TwitterOAuth does not currently support it. TwitterOAuth uses https://api.twitter.com/1/ as the API URL when the Search API uses http://search.twitter.com as documented http://dev.twitter.com/doc/get/search. To use the Search API I recommend