Android: Best way / library to write an application that just gets / sets your Facebook status, sends Facebook messages and asks friends?

I have an Android Facebook-Connect library running in my emulator, and I can set my status using the Facebook API that I have installed. However, I do not know where to go from there? Should I use the session key that this library allows me to receive and make some Facebook API calls? I did not find any code examples to even see what the correct syntax is.

Should I use a different library? I tried fbrocket with limited luck (I get "Server Error 104 - Signature Invalid"). Thanks for any help.

+5
source share
1 answer

You will need to add an api key and a session key to every call you make to the Facebook service. I'm also sure that Facebook-Connect for Mobile Web does not support sending messages or friend requests. That is why, using the native FB application, when you want to do this, it actually opens the FB mobile site in a browser.

+1
source

All Articles