Android: Best way/library to write an app that simply gets/sets your Facebook status, sends Facebook messages, and requests friends? -
I have an Android Facebook-Connect library in my emulator and I am able to set my status with Facebook API. Setup is, however, I do not know where to go from there? Should I use the key of the session that this library allows me to receive and create some Facebook API calls? I have not even found any code examples to see what the correct syntax is.
Am I better using another library? I tried Fibrate with limited luck (I received "Server error 104 - wrong signature") Thanks for any help.
You must include your AP key and session key to make your call for the Facebook service Besides, I'm pretty sure that does not support sending Facebook-connected messages for mobile or requesting friends. This is the reason why when you want to do these things with the native FB app, it actually opens the mobile FB site in the browser.
Comments
Post a Comment