Hi, I'm using "Sign in with twitter" functionality - since account/ verify_credentials request is rate limited, how can I otherwise get info about authenticated user?
How exactly requests are limited? I.e. I got 100 users logged in in my web app and they all display page with their friends/followers list. Will these requests be counted for these users' accounts or IP of my server? What's the limit for search requests? We're using jsonp for fetching search results, so at least in this case the limit is for client's IP. Is it ok to make search request i.e. every 15s? Thanks in advance
