Reputation: 509
I am trying to let the user post to his Facebook wall. For that, I have downloaded the Facebook SDK for Android and copied the official code from Facebook to call the request method. The problem is that my SDK states that the .request method has been deprecated. I found that there are several SDKs around and I cannot find a whole set (SDK + sample code) that work for me. Can someone point to a full working set of instructions on where the get all of these?
Thanks, Simon
Upvotes: 0
Views: 121
Reputation: 574
I have make a simple program that you have to login and then you can post status to your wall. with or without dialog box.
android project link
facebook APi link
First you have to create an project with sample source ( com_facebook_android) and then import it in you android project. and it will work
Cheers
Upvotes: 1