api - Getting information about multiple URLs in one request from Facebook, Twitter, Google+, and LinkedIn -



api - Getting information about multiple URLs in one request from Facebook, Twitter, Google+, and LinkedIn -

with facebook, can this:

http://api.facebook.com/method/fql.query?format=json&query=select total_count link_stat url="http://stackoverflow.com or url="http://stackexchange.com" or url="http://example.com"

however, twitter, google, , linkedin, can figure out how info 1 url @ time. here urls (took me while find):

http://urls.api.twitter.com/1/urls/count.json?url=http://example.com https://clients6.google.com/rpc (google uses post request) http://www.linkedin.com/cws/share-count?url=http://example.com

how can info multiple urls in 1 request twitter, google+, , linkedin

one http request directed @ 1 url. how else http request routed right place if couldn't figure out ip address of send request?

you have solution. write web service on server such http://www.example.com/ajax/getallatonce.asmx. in server-side code, create 4 web requests, gather info , send client.

facebook api twitter linkedin

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -