Skip to main content

All Questions

0 votes
1 answer
348 views

Cordova Facebook Login - Sudden Failure on Oct 1st 2020

We are using cordova-plugin-facebook4 to manage Facebook login within our Cordova apps. Facebook login suddenly started failing today (Oct 1st 2020). When calling the facebookConnectPlugin.login, it ...
Mongrel Jedi's user avatar
3 votes
1 answer
1k views

cordova-plugin-facebook4 - Blank Dialog with "Not Logged In: You are not logged in. Please login and try again"

Screenshot Issue facebookConnectPlugin.login dialog shows error in screenshot. The only thing that can be done is selection of the X close-out button which results in the following error: errorCode:...
Lightbeard's user avatar
  • 4,081
0 votes
1 answer
741 views

Ionic 3 cordova run error

I have an Ionic 3 app, and it was working ok. But after installing facebook plugin , I can't run it on Android device. Running: ionic cordova run android --consolelogs --livereload --stacktrace --...
Ivan Lencina's user avatar
  • 1,785
1 vote
0 answers
96 views

Facebook API check granted or declined permissions in Cordova

I am using this plugin https://github.com/jeduan/cordova-plugin-facebook4 and I tried doing facebookConnectPlugin.api('/me/permissions', function(response) { var declined = []; for (i = 0; i < ...
D-Marc's user avatar
  • 3,067
1 vote
0 answers
229 views

How to log out of InAppBrowser Facebook login

I am using Cordova, but it doesn't necessarily matter for this case I think. Basically Facebook's login gives you the option of signing in directly on the InAppBrowser or to use the native app if ...
D-Marc's user avatar
  • 3,067
1 vote
1 answer
52 views

Is it possible to use FB SDK custom events on Facebook Adverts

I am using the Cordova Facebook SDK plugin to log custom events, which I am able to track as expected in Facebook insights. I am now trying to track these same events (i.e. custom events) in Facebook ...
JackDev's user avatar
  • 5,022
6 votes
1 answer
94 views

Facebook ad -> conversion tracking for multiple adsets

I wish to run multiple Facebook ad sets. One function to track the conversion: https://developers.facebook.com/docs/app-events/ios#events Will a conversion from any of the ad sets increase the amount ...
Ilya Karnaukhov's user avatar
0 votes
1 answer
278 views

How to implement Facebook Social Login in Hybrid application?

I was planning to use Facebook Social Login in my Hybrid application ( HTML5/CSS/JS and Cordova) However on going to facebook developer I could not see an option for choosing cordova based app. So ...
Rohit's user avatar
  • 7,091
0 votes
1 answer
907 views

How to integrate Facebook Video Social Plugin in Ionic / cordova?

I am using ionic v 1.3. In which we want to use Facebook social video plugin.We integrated facebook video plugin but in that I am facing issue in ios and android App. Here me facebook video ifarme is ...
Popat Shirsath's user avatar
0 votes
2 answers
690 views

Unable to get user_birthday from facebook

I'm using cordova-plugin-facebook4 in my Ionic app. i want user's name, gender, email, birthday window.facebookConnectPlugin.login(['public_profile', 'user_birthday', 'email'] ,function(response){ ...
Kanav's user avatar
  • 2,795
1 vote
0 answers
66 views

Cordova/Phonegap - Facebook login... Can I use the same javascript code as my Web App?

My web app uses the below code for authenticating users - it works great: //functionality I'm using for my web-app FB.init({ appId: FACEBOOK_APP_ID, status: true, cookie: true, xfbml: ...
Haroldo's user avatar
  • 37.2k
0 votes
1 answer
239 views

Cordova / Android - Can't login with Facebook

I am trying to log my users with Facebook, but can't figure out how to do it. This is the code I have so far : facebookConnectPlugin.getLoginStatus( function(status) { if (...
Alexandre Bourlier's user avatar
2 votes
1 answer
304 views

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 ...
Andrew Briggs's user avatar
1 vote
1 answer
1k views

Getting blank page after Facebook share or cancel

I am making a facebook share using the feed method, all work fine when I am using a browser. But when it comes to using an web application with Phonegap(WebView), and when I press "cancel" or "share"(...
Alexander Gorelik's user avatar
3 votes
0 answers
952 views

Javascript SDK issue with Facebook iframe Cross Domain Communication - Security Error sandboxed iframes

Hi im currently developing HTML5+Cordova app that is using Facebook Javascript SDK using Intel XDK. I develop the index.html and host this in a local server like: http://localhost:9090/app/index....
Christian Coolpie's user avatar

15 30 50 per page