[android-developers] Facebook Integration in AppMobi

2012-07-12 Thread Ratheesh Valamchuzhy
*Hi* * * I am working on a social networking app , on that i need to integrate facebook , i searched about the appmobil Facebook integration but i didn't get any tutorials regarding that , if anyone have an idea about the Facebook integration please help me , is there any separate api for

Re: [android-developers] Facebook integration

2012-03-17 Thread Live Happy
u can follow this tutorial have all step and also instal the sdk who include some example you can use them in ur application http://developers.facebook.com/docs/mobile/android/build/ On Fri, Mar 16, 2012 at 4:06 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Mar 12,

Re: [android-developers] Facebook integration

2012-03-16 Thread Narendra Singh Rathore
On Mon, Mar 12, 2012 at 4:25 PM, Live Happy livehap...@gmail.com wrote: i have integrate face book in my android application Can you please suggest me how to integrate that in brief steps? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Facebook integration

2012-03-12 Thread Live Happy
i have integrate face book in my android application but it there a way to get the online friends and also can i write a message to the inbox not to the wall of friends ? thx om advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Facebook integration

2012-03-12 Thread Ralph Bergmann | the4thFloor.eu
Am 12.03.12 11:55, schrieb Live Happy: i have integrate face book in my android application but it there a way to get the online friends and also can i write a message to the inbox not to the wall of friends ? is a little bit off-topic

Re: [android-developers] Facebook integration

2011-09-28 Thread NAVI NEW
Sure that is working , i have also tried that works fine. On Tue, Sep 27, 2011 at 3:59 PM, shital suryawanshi shital.andr...@gmail.com wrote: hi sapna i am also think to develop facebook application thanks shital -- You received this message because you are subscribed to the Google

Re: [android-developers] Facebook integration

2011-09-28 Thread gaurav gupta
Hello Sapna, U cant make custom layout for facebook login or authentication. FB dont provide this facility. M using this code for FB post. This will add in OnComplete Method. Bundle parameters = *new* Bundle(); parameters.putString(message, is Listening to );// the

[android-developers] Facebook integration

2011-09-27 Thread Sapna Srivastav
Hi Android developers I am creating an app, in this social networking is also a part. I used Android-facebook sdk provided by github. For making a wall post, I tried this method : public int postOnWall(String msg) { int rescode = 1; Log.d(Tests, Testing graph

Re: [android-developers] Facebook integration

2011-09-27 Thread shital suryawanshi
hi sapna i am also think to develop facebook application thanks shital -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Facebook Integration

2011-07-29 Thread mahanoza
Hi every body , I'm trying to connect via my application using facebook , To make this, As I understand I have to use fbconnect-android, https://github.com/facebook/facebook-android-sdk/tree/5d44d0ce3df029356796bfce4e5356f1db76410a I tried the two examples but I always obtient an error :

[android-developers] Facebook Integration issue

2011-07-16 Thread gaurav gupta
HI Guys, M trying to integrate facebook in my application. I have to simple publish my status using facebook application. but its not working and giving me this in logcat. (in a particular device), but in my nexus same code working fine. Please suggest me . My facebook doesnot work and gives

Re: [android-developers] Facebook Integration issue

2011-07-16 Thread Nasif Noorudeen
are using fbconnect On Sat, Jul 16, 2011 at 12:53 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: HI Guys, M trying to integrate facebook in my application. I have to simple publish my status using facebook application. but its not working and giving me this in logcat. (in a particular

Re: [android-developers] Facebook Integration issue

2011-07-16 Thread gaurav gupta
Hi Nasif, M using fbconnect.jar. package abc.face.activity; import java.io.IOException; import java.net.MalformedURLException; import com.facebook.android.AsyncFacebookRunner; import com.facebook.android.DialogError; import com.facebook.android.Facebook; import

[android-developers] facebook integration

2011-04-16 Thread bob
Does Android support any kind of facebook integration such as posting to someone's wall? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] facebook integration

2011-04-16 Thread Kristopher Micinski
No. You can try to look for a facebook library, but there's no built in Android support for it. Type in facebook android in google: https://developers.facebook.com/blog/post/385/ Kris On Sat, Apr 16, 2011 at 6:05 PM, bob b...@coolgroups.com wrote: Does Android support any kind of facebook

Re: [android-developers] facebook integration

2011-04-16 Thread Kristopher Micinski
P.s., http://www.easyfacebookandroidsdk.com/ http://www.easyfacebookandroidsdk.com/Kris... On Sat, Apr 16, 2011 at 6:16 PM, Kristopher Micinski krismicin...@gmail.com wrote: No. You can try to look for a facebook library, but there's no built in Android support for it. Type in facebook