[android-developers] Re: Facebook Integration in AppMobi

2012-07-12 Thread Ali Chousein
No idea what the heck Appmobi is, but for Facebook integration you need to download the Facebook Android SDK, study the example integrations that come with it and do your integration accordingly: https://github.com/facebook/facebook-android-sdk/

[android-developers] Re: Facebook integration

2012-03-16 Thread Sam Coe
Yes indeed there is. We just released an SDK to support exactly that and it includes social graph consolidation, messaging, and presence detection of your FB friends from within your Android games. It's a white-label implementation and it's modular so you can pick and choose what you need and wav

[android-developers] Re: Facebook integration

2011-09-29 Thread Sapna Srivastav
Stream publish is covered in this post : https://github.com/facebook/facebook-android-sdk/issues/213 On Sep 29, 10:29 am, gaurav gupta wrote: > Hello Sapna, > > U cant make custom layout for facebook login or authentication. FB dont > provide this facility. > > M using this code for FB post. >

Re: [android-developers] Re: Facebook Integration issue

2011-07-24 Thread gaurav gupta
Hi Shanmugam, Thanks For ur reply. Facebook Updation creates problem in previous code. i solved this problem, but still i failed to implement SSO. Without SSO it will work. Check this discussion. https://github.com/facebook/facebook-android-sdk/issues/191 Let me know if u get any solution regardi

Re: [android-developers] Re: Facebook Integration issue

2011-07-23 Thread shanmugam nathan
Hi Gaurav, Sorry i'm not sure about that platform change. But let me try and let you know soon. If you get any update on that please let me know Regards, Shanmugam On Fri, Jul 22, 2011 at 7:36 PM, gaurav gupta wrote: > Hi Shanmugam, > thanks 4 reply. i work for that too. > its working fin

Re: [android-developers] Re: Facebook Integration issue

2011-07-22 Thread gaurav gupta
Hi Shanmugam, thanks 4 reply. i work for that too. its working fine when in my phone Facebook For Android 1.3 is used. but when i upgrade my Facebook For Android to 1.5 or 1.6 , its not working. this issue is related to Facebook updation. Please look at this issue. if u find any link or anything re

Re: [android-developers] Re: Facebook Integration issue

2011-07-22 Thread gaurav gupta
HI, i also use EasyFacebookConnectSDK.i am not clear about this problem. i have to simple post my status using android. Previously i have FaceBook's 1.3 version, i update it , now i have FaceBook 1.6. In FB 1.3 this code is working fine, but in FB 1.6 its not working and its open native Facebook ap

[android-developers] Re: Facebook Integration issue

2011-07-16 Thread shanmugam nathan
Hey gaurav, Why don't u try with EasyFacebookConnectSDK its quite simpler for beginners. But u can find some errors in LogCat but just ignore those coz ur final target ll be achieved. Thanks, Shanmugam -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Re: facebook integration

2011-05-08 Thread lucas falcao
recently i used facebook oficial api in an app it seems like that your app is not registered in facebook if you look in the start guide of the facebook oficial api you'll see that your app must be registered to gain access to facebook graph this is done registering a key that facebook generates for

Re: [android-developers] Re: facebook integration

2011-05-08 Thread lucas falcao
http://developers.facebook.com/docs/authentication/#app-login it kinda explain (facebook documentation is really poor) basically the flow is: -register your app -get the code they give to you -use this code in the authenticate(i think is authenticate, anyway the method to connect to fb) method the

Re: [android-developers] Re: facebook integration

2011-05-08 Thread Kristopher Micinski
On Sun, May 8, 2011 at 10:16 PM, bob wrote: > I'm trying to understand that page, but what does this mean? > > This tool generates a string that must be registered in the Mobile & > Devices section of the Developer App for your app: > > Where is this Mobile & Devices section? Do I have to log in

[android-developers] Re: facebook integration

2011-05-08 Thread bob
I'm trying to understand that page, but what does this mean? This tool generates a string that must be registered in the Mobile & Devices section of the Developer App for your app: Where is this Mobile & Devices section? Do I have to log into facebook somehow and tell them about my Android app?

[android-developers] Re: facebook integration

2011-05-08 Thread bob
I tried www.easyfacebookandroidsdk.com SDK, and it gave this error http://i1190.photobucket.com/albums/z449/m75214/invalapi.png On Apr 22, 3:34 pm, Magemello wrote: > Try easy facebook android sdkit's more simple to use! > more detail and support onwww.easyfacebookandroidsdk.com > > On Apr

[android-developers] Re: facebook integration

2011-04-22 Thread Magemello
Try easy facebook android sdkit's more simple to use! more detail and support on www.easyfacebookandroidsdk.com On Apr 17, 1:27 pm, DanH wrote: > There's no real need for Android support for Facebook, since the > interface is so > simple:http://developers.facebook.com/docs/guides/mobile/#and

[android-developers] Re: facebook integration

2011-04-17 Thread DanH
There's no real need for Android support for Facebook, since the interface is so simple: http://developers.facebook.com/docs/guides/mobile/#android On Apr 16, 5:16 pm, Kristopher Micinski wrote: > No. You can try to look for a facebook library, but there's no built in > Android support for it. >