Facebook's iOS SDK logConversionPixel equivalent on Android - android

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.

Related

Android Sdk integration in Android Studio

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

Unity Facebook SDK: Dialogs Cut Off

When I show the Share or Send Request dialog from my Unity app on Android, they seem to be cut off at the top.
There is a question about exactly the same issue using the regular (Java) Facebook Android SDK: Dialog on Android KitKat seems to be cut, but all of the solutions there require direct access to the Java classes.
Has anyone seen this issue with the Facebook Unity SDK? Is there a way to fix this, apart from using the Java SDK instead of the Unity SDK?
I'm using Unity 4.6.3 and version 6.2.2 of the SDK.

Facebook Android SDK - Friends Picker not working

I have started learning FB integration in android tutorials from the facebook developers site. But what I have observed is that the Pick Friends activity in the provided example projects (Sample Projects Scrumptious and HelloFbSample) doesn't work either in the emulator or the smart phone. Is either anybody experiencing the same problem ?
The Graph API v2.0 shows only friends who are also using your app. See Don't get all friends of facebook in my ios app?
Even though The Facebook Platform v2.0 shows only friends who are also using your app, you still may be able to see the entire list of friends provided:
1) You are using older version of facebook sdk, as I am using 3.5, it's working well for me.
2) You must have registered your app in your facebook developer account before April 2014.
This will work only till April 30, 2015. After that the friends who are using the same app only would be visible.
Reference:
https://developers.facebook.com/docs/apps/upgrading
https://developers.facebook.com/docs/apps/changelog
I have found a few workarounds that will show a users friends, however you cannot interact with them. Like inviting them to your app. Facebook has bascically restricted this kind of behavior to games only but if you read my issue request here on HelloJS you will see i have a few solutions that might help. In no means is this for Java (Android) its for web based/cordova mobile apps not native android (java)
https://github.com/MrSwitch/hello.js/issues/57

cocos2d-x using facebook android SDK

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?

How to setup facebook app for titanium android app?

Currently I am working on a Titaninum Android Application. First of all let me tell you I am noob about titanium SDK. I am learning it. I need to implement Facebook login in that application. I just registered a application on facebook. On facebook I noticed options for Native android App. I enabled it but it is asking for Android Key Hash, Android Package Name, Android Class Name and Android Market URI. Please can anyone guide me about these parameters and how do I set them in my application for application development and testing purpose ??

Categories

Resources