views:

248

answers:

1

Hi i'm new to android i'm searching for load photo to facebook by authorization,getting access_token how to do this please give me a sample code in java.its urgent please help me.

Thanks,

Sanjana

+2  A: 

The easiest way for you is to use the existing SDK, something like that:
http://github.com/facebook/facebook-android-sdk/
http://code.google.com/p/fbconnect-android/
http://wiki.developers.facebook.com/index.php/User:Android

The more flexible way is to implement the API yourself, here are the docs that will be useful:
http://developers.facebook.com/docs/

Fedor