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
1
vote
1 answer

Open Phonegap app from Facebook share

I have a Phonegap app with a Facebook share function. When a user post an item from my app and another user clicks on the post (from Facebook app) it needs to open my app (if he installed it), but instead it opens the browser. Maybe you can help me…
1
vote
1 answer

Phonegap Facebook plugin not responding

I'm trying to get the Phonegap Facebook plugin to work, but no errors occur and the plugin's login() function just doesn't do anything (it's being called, but doesn't do anything). Whenever I try to install the plugin in the Cordova CLI, I get a…
erol_smsr
  • 1,454
  • 4
  • 24
  • 49
1
vote
0 answers

Facebook Connect Plugin not working with NativeInterface android and iOS

I am developing a Phonegap app manually without CLI for both Android and iOS. Earlier I was using openFB Micro-library for Facebook login and everything was running fine in inAppBrowser. Now there is a change in requirement and I need to use native…
1
vote
1 answer

facebook plugin for cordova returning a "No active session" alert

I am working on an android project which has a feature to share a message to Facebook user's wall. I added phonegap-facebook-plugin to my project successfully. I am trying to share a message to my wall. But I get an alert message "No active…
0
votes
1 answer

get only facebook profile picture using embed code

I am trying to get only facebook profile picture using embed code but page name and like button display in the preview.
0
votes
1 answer

Unable to add facebook plugin to phonegap app

I refered to this link and tried to add the facebook plugin into my phonegap project by input this command cordova -d plugin add C:\Users\user\Desktop\Tinder-like Marketplace\plugins --variable APP_ID="123456789" --variable…
0
votes
1 answer

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/facebook/AccessToken.class

I am working on facebook analytics in phonegap platform. I am already having facebook plugins for login and sign up that is working perfectly. Facebook plugins having it's own module. Which is path: "phonegap-facebook-plugin:FacebookLib",…
0
votes
1 answer

Android build failed while adding Wizcorp/phonegap-facebook-plugin in Cordova v6.1.1

I upgraded my Cordova version to the latest verstion (6.1.1) due to a warning from Google Play. After that when I add phonegap-facebook-plugin I can't create an Android build of my project. It shows the following error: FAILURE: Build failed with an…
0
votes
1 answer

PhoneGap Facebook Connect Plugin - simple walkthrough?

For the past two days, I have been trying to figure out how to make use of the phonegap-facebook-plugin What I did so far: I created a new phonegap app (phonegap create app --id "com.example.test" --name"app") I cloned the repo and saved it into…
Ben
  • 2,957
  • 2
  • 27
  • 55
0
votes
1 answer

Facebook Login Api isnot working in Monaca

I'm trying to make an app with native facebook login with official api. I follow this tutorial but it is not working. http://onsen.io/blog/make-facebook-hybrid-mobile-app-with-monaca/ I cant build app when i try to upload with .zip file. If i write…
0
votes
1 answer

facebookConnectPlugin is not defined - PhoneGap Build & Android

I was able to get the facebookConnectPlugin working on iOS using PhoneGap and Ionic. The issue is that when I try to run the exact same app on Android I get the error "facebookConnectPlugin is not defined". I'm using PhoneGap Build and am not…
0
votes
1 answer

Cordova facebook plugin empty content on share dialog

I use this code to show Facebook share dialog var post_id = fid.split('_'); var options = { method: "feed", link: 'http://www.facebook.com/permalink.php?story_fbid=' + post_id[1] + '&id=' + post_id[0] }; …
VLlll
  • 51
  • 1
  • 1
  • 7
0
votes
1 answer

PhoneGap BUILD and phonegap-facebook-plugin sample

I want to use the phonegap-facebook-plugin in a PhoneGap BUILD application. The documentation here only explains how to add the plugin into the config file but does not explain how to actually use it. More specifically, does anyone have experience…
nsof
  • 2,299
  • 1
  • 20
  • 28
0
votes
1 answer

Facebook and google maps plugins don't work together in PhoneGap app

I am going to create the app that shows google map and required social login with facebook. I decided to use: https://github.com/Wizcorp/phonegap-facebook-plugin and https://github.com/wf9a5m75/phonegap-googlemaps-plugin I don't know what is a…
-1
votes
1 answer

Facebook Plugin not working in ionic 1

I am developing an app from ionic-1. I also implemented facebook login plugin. I've followed this steps. I have no errors, but when I click on the facebook button, it doesn't work, no errors displaying. I use alert in every error catch but no alert…