I don't know if I could get the search twitter result from OAuth ? The
only thing I need is the search result.
I used to use the method which is https://dev.twitter.com/doc/get/search
to get the result.

OR is there any other way to get the search result from Twitter ?

On 4月19日, 下午6時33分, Tim <[email protected]> wrote:
> Twitter are moving away from whitelisting (I think they're no longer
> accepting any new whitelisting requests)  - they want you to use OAuth to
> authenticate your calls (in which case you're allowed 350 API calls per hour
> per user id from a single IP), and if you need more than that then there's
> the streaming API, so you probably want to look at one of the OAuth on GAE
> solutions such as
>
>    https://github.com/mikeknapp/AppEngine-OAuth-Library/raw/master/oauth.py
>
> Twitter API docs have more details about the end of whitelisting etc

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to