-6

I am Beginner in android. I want to create a app to fetch facebook friends birthday. I have created a home page where I have added the button. I want a code to click on button and that will lead me to facebook login.After Login I can fetch my friends birthdays..

user2504760
  • 5
  • 1
  • 3

1 Answers1

0

You should check out the facebook sdk: http://developers.facebook.com/docs/guides/mobile/

dannrob
  • 1,061
  • 9
  • 10
  • Thnx..I did that..But Now after completing my coding..When I am trying to run my application it shows this error : – user2504760 Jun 21 '13 at 16:05
  • [2013-06-21 17:03:15 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/facebook/AccessToken$SerializationProxyV1; [2013-06-21 17:03:15 - MyFirstApp] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/facebook/AccessToken$SerializationProxyV1; – user2504760 Jun 21 '13 at 16:06
  • http://stackoverflow.com/questions/7870265/unable-to-execute-dex-multiple-dex-files-define-lcom-myapp-rarray – dannrob Jun 24 '13 at 08:14