I'm pulling my hair out here. I've been trying to get any of the Facebook APIs working in my Android app to no avail.
I've tried the official SDK which just gives me LogCat errors such as:
04-26 15:27:06.663: DEBUG/Facebook-authorize(5299): Login failed: invalid_key
although this is followed by:
04-26 15:27:06.710: DEBUG/FacewebAuthentication(5306): authentication succeeded
I don't know how to make use of the FacewebAuthentication and so the onFacebookError() method is just always called.
This is when I gave up on the official api and decided to try fbrocket.
But after trying to use it with the same code, FbRocket gives me:
facebook server error 104 + incorrect signature
I can't get FbConnect to compile properly in Eclipse.
As for Easy Facebook Android SDK, I managed to get it to post to my status ONCE but since then it hasn't been able to do anything and just always reaches the OnError() function.
I just want to be able to post to the wall and maybe leverage the friends either by REST or Graph API.
Anyone have any tips/tutorials on how to use any of these APIs because I am at a complete dead end.
Thank you for your time,
Infiniti Fizz