[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-27 Thread Zarah Dominguez
Sure you can! You can get the official Facebook SDK for Android from http://github.com/facebook/facebook-android-sdk There are also examples there to help you get started. Good luck! -Zarah. On Sep 27, 3:52 pm, rokson wrote: > Hi Friends, > > This is Rockson, > I am new to android. Here i

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-27 Thread student
Hi Kiran i hope this link will be helpful for u. In that link, sample code.zip download it and try it now. http://www.xeomax.net/fbrocket/ Regards Student -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-27 Thread rokson
Thank you very much Zarah. On Sep 27, 1:58 pm, Zarah Dominguez wrote: > Sure you can! > > You can get the official Facebook SDK for Android > fromhttp://github.com/facebook/facebook-android-sdk > > There are also examples there to help you get started. > > Good luck! > > -Zarah. > > On Sep 27, 3

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-27 Thread rokson
Thank you very much . On Sep 27, 2:58 pm, student wrote: > Hi Kiran > >  i hope this link will be helpful for u. > > In that link, sample code.zip download it and try it > now.http://www.xeomax.net/fbrocket/ > > Regards > Student -- You received this message because you are subscribed to the G

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-28 Thread Zarah Dominguez
Hi Rokson! You're welcome. I am using Alex Pretzlav's version though, see here: http://github.com/Pretz/facebook-android-sdk He added support for screen rotation (the official examples crash when rotated). I think the main difference is that in Alex's version, he let the OS manage the dialogs.

[android-developers] Re: Can I post text to facebook profile from my android application?

2010-09-30 Thread Lance Nanek
Make sure to do some testing and tweaking if you use the official one. It isn't integrate and forget quality. I had to add a cancel listener in FbDialog so my app knew when users left by the back button, for example. Make sure the web view stops loading when they leave as well, otherwise you get an