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.
source
share