I know that each of these networking sites exposes/extend their
functionality either by the means of a REST based web service or by
directly providing APIs(client libraries). But I dont want to use all
of them in my code: there is just too much disparity. I need a single
unified interface for achieving the aforementioned, which has led me
to OpenSocial.
My Questions:
1. Is such an application possible?
2. Where do I start? Links to beginners tutorials will be great.
3. What languages do I need to know?
4. What infrastructure is required? Do I need to setup an intermediate
Web Server etc. or just the phone would suffice?
Please help.
Thanks!
Should be doable. You'll need something like this:
http://code.google.com/p/opensocial-java-client/wiki/UsingTheAndroidLibrary
which will provide you with a library for doing the opensocial stuff.
Java would be the way to go. Also you need the android sdk, see here
http://developer.android.com/index.html
regards,
Niels
Also, does OpenSocial support/integrate with LinkedIn and Twitter?