Unable to integrate facebook 4.0 into eclipse - android

I want to integrate facebook in my app. i downloaded the latest sdk (4.0) but i am unable to integrate in my app. the facebook sdk is showing errors. im not using the gradle process or maven to import fb sdk in my app. i want to do it with existing app code.
When i am using the previous version of facebook, i am not getting any errors. it is working fine. when i try to add the latest version of facebook, im unable to do it. please any one help me if anything has changed in facebook sdk latest version.?

Related

Facebook SDK cannot build SDK package because PlayServiceResolver not found

I have launched a game for a year and using Facebook login function for a long time. The login function worked properly but suddenly Facebook told me that the Facebook login function does not work so they froze it. I have no idea how to fix it so I tried to set up Facebook SDK again. However, when I try to build SDK Package for Android in Facebook setting menu, error comes out and saying that it cannot find PlayServiceResolver.
Play Services Resolver seems to be upgraded into External Dependency Manager and thus it can't find the path. How could I do to make Facebook SDK build the package? As I am also using Firebase and Firebase is using External Dependency Manager, I am looking for a solution rather than remove External Dependency Manager and install Play Services Resolver again.

Flutter - how to connect to Facebook's SDK app event using a codeless setup

I want to promote my apps using Facebook ads app install using codeless app setup :
I try and shake my phone, but I'm still not getting any response that my setup is successful (I'm using Android to test).
My project was built using Flutter (not native android) and I'm using the below Facebook SDK plugin on my pubspec.yaml :
flutter_facebook_login:
git:
url: https://github.com/roughike/flutter_facebook_login
ref: e69fef3
Moreover, on my developer Facebook dashboard I can see events (install, launch, remove, etc). It seems the Facebook SDK has been integrated.
I also have tried to verify through Facebook helper but I get no message that this app event for CPA is successful.
This message always appears when I want to setup Facebook app ads :
Any idea how to solve this ?
You need to implement the native Facebook SDK. Because Facebook login doesn't send install and other analytics data. Older version of Facebook SDK have all feature but Facebook's current SDK version separated the SDK like login, core, share, place, etc. You can fix with the native solution. You can find more detail from here under STRUCTURE section
My project was built using Flutter and I'm using the below Facebook SDK plugin on my pubspec.yaml :
dependencies:
logs:
git: https://github.com/pq/logs
flutter:
sdk: flutter
flutter_facebook_login: ^2.0.1
flutter_account_kit: 0.7.0

android - Facebook Login, Error while executing "ProxyAuthAppLoginQuery"

I am trying to integrate Facebook Authentication in my Android app, but it is throwing This Server Error 1675030 with error executing "ProxyAuthAppLoginQuery".
I have double checked everything and everything seems in place. The authentication does succeed if there is no facebook app installed but fails while authenticating with Facebook app installed.
Some Information regarding stuff:
Facebook SDK : 4.22.1
Facebook API : v2.9
Android Compile and Target SDK version : 25
Android Build Tools : 25.0.3
Other than that I have also set app available to public so there may be no permission restriction even while testing
So after trying many different combination and fixes it turned out there was nothing wrong with api, sdk or anything.
Basically I was a Beta tester for facebook app and had its beta version installed, leaving the beta tester position uninstalling and installing the stable version of facebook worked for me
Hope it helps someone out there..

Esignature sdk in my android app

I want to integrate some Esignature sdk in my android app. I searched on google but could not find one that I can directly integrate in my android app and use. Please help!!

How to correctly configure Facebook Connect for PhoneGap Build version 3.3?

I’m not finding any recent documentation on how to correctly install Facebook Connect on Android for PhoneGap Build version 3.3. Each time I try to authenticate a user on an android emulator nothing happens. I’m not even sure I am doing the process right. My question is, where in the process am I going wrong?
On PhoneGap’s plugins page for Facebook Connect, it states that you place the plugin XML into your config.xml. I have done so. I have already created an app on Facebook’s developer site and added the Android hash to Facebook.
Originally it seemed that you also needed to include the JavaScript SDK in index.html, but that is not activating the sign in either when I call FB.login().
I have the Facebook app installed on my emulator.
These are the instructions that I have been following:
What is the correct way to install Facebook connect for PhoneGap Build version 3.3?
first you must create an App in facebook and use that [APP_ID] = Your APP_ID as registered on Facebook in your and you APP_NAME .

Categories

Resources