I am integrating Facebook android SDK 3.6 on my cocos2d-x-2.1.4 app.
According to the docs here.
I need to create a FragmentActivity to initializes the Facebook SDK.But I don't know how to write it in cocos2d-x, because the activity in cocos2d-x is so different.
Could anyone help me? How can I initializes facebook SDK and login easily?
Related
what does sdk integration mean in android. I searched much about sdk integration but didn't find a easy answer to understand it well.
At first we need to know What is SDK? SDK is a software development kit. There are lots of SDK like Google Map SDK, Facebook SDK, Twitter SDK etc. Now if you want to make a android application which would be able to share something in facebook or twitter, then you must need facebook or twitter SDK for your app . This kind of uses of some other sdk in your app is called Facebook SDK or Twitter SDK Integration with android . For other hand if
you want to make a ios app which would be able to use google map then you need to integrate Google Map SDK with your ios app. This is called SDK integration....That's it. Thank You
Hi i am a newbie to android. I have a normal mysql login code and i want to integrate my app to Facebook login. Is there any easy way to do it. Should i have to download any sdk for this?
Please help me. Thanks in advance.
Yes definitely you need a facebook sdk. You can get it from here
I'd prefer you to follow this tutorial to connect/integrate your facebook.
Yes, you have to download facebook sdk and you can integrate facebook as instructed in my answer-
Facebook sdk 3.0.1 is not working properly
I am creating application in which have to integrate facebook sdk 3.5
Q :If there offical facebook app already exists in mobile then can i directly get login into facebook from my app without showing facebook Login dialog ?
in this case any sample code present (besides facebook SDK sample) please attach with
answers.
Thank You.
I have resolve the issue with help of following link
We have an Android application that needs to track installations in Facebook Ads.
On iOS we achieve this by calling the logConversionPixel:valueOfPixel method of the Facebook SDK. But I've been unable to find an equivalent method in the Android one.
I'm developing an android app with phonegap and html5. Can anyone tell me how to implement Facebook login button. Also I need to know, how to implement share on wall functionality. I tried using facebook phonegap plugin, but no success.
You can check the "Hackbook" example provided with the SDK sources.
https://github.com/facebook/facebook-android-sdk/blob/master/examples/Hackbook/src/com/facebook/android/LoginButton.java