How many urls can be queried using Facebook's FQL api?

202 views Asked by At

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.

0

There are 0 answers