I've been working with connecting my applications to social services for last week.
Didn't here anything about its APIs before. So, I started to look up for information about this and found this posts:
But there is an another choice - spring-social. It has not only request-response logic implementation but also full-featured facebook and twitter APIs. E.g. to update facebook status we just need do this:
The only thing we need is to get OAuth access token for needed social service. The way to do this is during application authorization process. All technical details you can find on oauth.net.
- http://tawus.wordpress.com/2011/08/14/tweeting-with-tapestry/
- http://tawus.wordpress.com/2011/08/15/tapestry-facebook-integration/
But there is an another choice - spring-social. It has not only request-response logic implementation but also full-featured facebook and twitter APIs. E.g. to update facebook status we just need do this:
The only thing we need is to get OAuth access token for needed social service. The way to do this is during application authorization process. All technical details you can find on oauth.net.