Looking to do a query like:
select url,like_count, total_count, share_count, click_count from link_stat where url in("http://bing.com", "http://google.com", "http://facebook.com", "http://twitter.com")
I haven't been able to find any documentation that limits the number of urls that can be queried at any one time.