Questions tagged [phonegap-facebook-plugin]

Questions about the official phonegap-facebook-plugin

Questions about the official phonegap-facebook-plugin: https://github.com/Wizcorp/phonegap-facebook-plugin

31 questions
4
votes
0 answers

Ionic Phonegap Facebook Native | Key Hash Error

I'm building and app with Ionic. I've followed this article about integrating my application with the native facebook sdk for a more pleasant experience of my users. Unfortunately since today the facebook login gets stuck and keep responding with…
3
votes
0 answers

app crashes on startup after adding Ionic cordova-plugin-facebook4

app getting crashed after adding cordova-facebook4-plugin I/System.out: Error adding plugin org.apache.cordova.facebook.ConnectPlugin. D/AndroidRuntime: Shutting down VM E/AndroidRuntime: FATAL EXCEPTION: main Process: io.ionic.starter,…
3
votes
1 answer

Using Meteor, Cordova and Facebook for multiple dex

I'm using Meteor and Cordova to develop an android app. Using Mac OS El Capitan, latest Meteor (1.2.1). I'm having an error while trying to build the app to Android, I manage to see that the error is because of the Facebook connect plugin that I'm…
Maor Y
  • 31
  • 2
3
votes
2 answers

cordova-plugin-facebook4 don't send logEvent

I'm using ionic with plugin cordova-plugin-facebook4. When I try to use logEvent() I didn't receive any error and also didn't get the information to my Facebook analytics. I used logEvent() in the following way: facebookConnectPlugin.logEvent('my…
3
votes
0 answers

How to use facebook plugin for access user information in cordova(phonegap)

I want to add facebook login function in my phonegap app, means user can login in my app using facebook account. For this I am using official Apache Cordova Facebook Plugin. I have completed these steps: Import sample project in eclipse make new…
3
votes
2 answers

Urban-airship + Facebook cordova plugin android-support-v4 conflict

I'm tring to use Urban-airship cordova plugin (phonegap-ua-push) along with Facebook plugin (phonegap-facebook-plugin) but I facing this error: Multiple dex files define Landroid/support/annotation/AnimRes Which seems to be due to a conflic…
2
votes
0 answers

Cordova/PhoneGap plugin to track app installs from a Facebook mobile app install campaign

I am working on cordova app and I am looking into options to track app installs from a Facebook mobile app install campaign. The phonegap-facebook-plugin (https://github.com/Wizcorp/phonegap-facebook-plugin) looks promising but other than a claim…
2
votes
2 answers

ionic with phonegap-facebook-plugin: invalid hash key

It worked ok. I logged in with facebook. After a while, i don´t know exactly the reason, when I try to login with facebook, it starts to show: Invalid key hash. The key hash ..... does not match any stored key hashes. Configure your app key hashes…
Fabio Colombini
  • 112
  • 1
  • 12
2
votes
1 answer

Phonegap Build using Phonegap Facebook Plugin

I'm using PhoneGap Build. I'm using this plugin here: https://github.com/Wizcorp/phonegap-facebook-plugin only to add install tracking for a Facebook ad I have setup for mobile ads when people install the app after clicking the mobile Facebook…
2
votes
1 answer

Merging Users in Kinvey

Situation: User A registers an account in our application and logs in. For what ever reason logs out. Logs in to the application again using Facebook social sign on with an account that has the same email associated with it as the original…
2
votes
1 answer

Android Hash Key Work only once

I am writing an application using Ionic and Phonegap and am running into a problem trying to integrate the Facebook plugin that you can get at https://github.com/Wizcorp/phonegap-facebook-plugin I understand that I need to add a hash key to my…
2
votes
2 answers

phonegap build - facebookConnectPlugin not defined

I am trying to install a facebook integration in the simplest way with phonegap build. Did the following: added this to config.xml:
tomermes
  • 22,950
  • 16
  • 43
  • 67
2
votes
0 answers

facebookConnectPlugin getting two time success call

I am using cordova facebookConnectPlugin in iOS app. I am trying to login and fetch the user data, but fbLoginSuccess fires two times. Which means facebookConnectPlugin.login responding two times back to back and I'm not able to find where is the…
Sport
  • 8,570
  • 6
  • 46
  • 65
2
votes
0 answers

:CordovaLib:compileDebugJava FAILED - During cordova build for Android Platform

I am using Facebook Connect Plugin for cordova.(https://github.com/Wizcorp/phonegap-facebook-plugin) I did all the steps as mentioned in official documentation and also from ngCordova documentation for facebook plugin. But I have been stuck with…
1
vote
0 answers

Cordova Facebook plugin build fail and in browser not working

following the next link http://ngcordova.com/docs/plugins/facebook/ I type the next line cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git --variable APP_ID="123456789" --variable APP_NAME="myApplication" with a the plugin…
Braian Mellor
  • 1,934
  • 3
  • 31
  • 50
1
2 3