views:

204

answers:

0

So I have successfully downloaded/compiled the ported Facebook Connect code for Android, created a Facebook app to connect to, and run the code on my emulator. It updates my status from my emulator, but I was under the impression I could perform other Facebook API calls.

How would I go about making a friend request(knowing the user's Facebook ID) or send a message for example? Do I still have to make REST calls after I've connected using Facebook Connect(I have no experience in this)? I guess I'm unclear how my app(which needs to connect to Facebook, be able to make friend requests, and send messages) can use Facebook Connect to access the API's. Thanks for any insight.