Re: [android-developers] Re: Integrating Facebook To my App

2011-03-15 Thread Ponraj "Android Developer"
thank you for your replies. I have done with my Facebook integration. On Sat, Mar 12, 2011 at 6:29 AM, LAM_Creations wrote: > Do you want it to just be Facebook or are you looking to offer the data to > any network/app that can receive the data? If you just want your app to > share the data to wh

[android-developers] Re: Integrating Facebook To my App

2011-03-11 Thread LAM_Creations
Do you want it to just be Facebook or are you looking to offer the data to any network/app that can receive the data? If you just want your app to share the data to where ever the user wants you can use an intent like this: Intent shareData = new Intent(Intent.ACTION_SEND); shareData.setType("te