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


looking query like:

select url,like_count, total_count, share_count, click_count link_stat url in("http://bing.com", "http://google.com", "http://facebook.com", "http://twitter.com") 

i haven't been able find documentation limits number of urls can queried @ 1 time.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -