Skip to main content

All Questions

0 votes
1 answer
88 views

How to send invitation to Facebook friends on iOS using Cordova?

With exactly the same codebase I have perfectly working Facebook events on Android. However, on iOS it doesn't works. I'm using https://github.com/jeduan/cordova-plugin-facebook4 for this and tried to ...
Daniel Danielecki - Ditectrev's user avatar
1 vote
1 answer
213 views

Facebook Login using Cordova / React

I have recently implemented Facebook Login using a plugin called react-facebook-login. It works perfectly in a browser running on localhost. However when I build to device using cordova, I get the ...
Shh's user avatar
  • 309
1 vote
0 answers
344 views

cordova android facebook login error

I m trying to login from facebook api in cordova android app using this reference doc my login code is below var fbLoginSuccess = function (userData) { alert('success'); alert(JSON....
Tanmoy Ghosh's user avatar
0 votes
0 answers
72 views

Call JavaScript function from another JavaScript function cordova

I want to use Cordova Facebook login plugin in my mobile app. I have 2 functions the first one to get the accesstoken and I pass that token to the second function to get the user data,but it does not ...
Daina Hodges's user avatar
-1 votes
1 answer
36 views

Facebook Api to post use submitted image to a specific page

Here is what I am trying to achieve - I want to take input from my users as some text and image and post it to a page created by me. The user using the mobile app , does not have any any access to ...
indra's user avatar
  • 1
0 votes
0 answers
100 views

Integrate facebook login in cordova app

I am facing below error while doing facebook login into my app. Invalid Scopes: offline_access, publish_stream. This message is only shown to developers. Users of your app will ignore these ...
Priyanka's user avatar
2 votes
1 answer
1k views

Native facebook login in ionic 2

I am trying to use native FB login in ionic 2 project using cordova-plugin-facebook4. I am testing my app on an emulator which does not have a Facebook app installed. I have also installed cordova ...
Shivam Sharma's user avatar
2 votes
2 answers
1k views

Ionic 2 Facebook Login - 'App Not Setup' & 'Not Logged in' & 'Given URL is not allowed' Errors

I am trying to implement the Facebook Login API from the Ionic Native library, and have a button in my application that opens up the Facebook login window. However, when that window opens on my iOS ...
Anthony Krivonos's user avatar
0 votes
0 answers
64 views

WebApp Facebook Cordova

When I start a local Webserver with my WebApp and I login to facebook it works, also when I connect from a mobile device via the browser. But when I convert my WebApp to a Android Application via ...
Markus G.'s user avatar
  • 1,698
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,020
2 votes
2 answers
814 views

Cordova InAppBrowser and FaceBook App Event Logger

I am trying to implement FB's AppEventLogger in an APP in order to track user behavior and purchases. The "APP" is hybrid - it is cordova based. It is loaded from InAppBrowser and is actually a ...
DreamWave's user avatar
  • 1,941
2 votes
4 answers
11k views

Convert image extracted from URL to base64

I am fetching the user's Facebook profile picture whenever they login via Facebook. I want to convert the image to base 64 from the URL. What would be the best way of doing this, while ensuring that ...
methuselah's user avatar
  • 13.1k
0 votes
1 answer
1k views

Redirecting a page if user not logged in

I'm building a web app that allows users to login with Facebook using OpenFB for Cordova. I want only certain features viewable if they are logged in. I am trying to run a check for login status and ...
shelum's user avatar
  • 183
0 votes
1 answer
234 views

Cordova facebook plugin

I'm new on Cordova. I want to Facebook login on my app. I decised to use this Facebook plugin https://www.npmjs.com/package/cordova-plugin-facebook4. İf a user click the login button I want to get ...
Hermes's user avatar
  • 452
0 votes
0 answers
25 views

Facebook phonegap permissions pop not only on app start

I managed to get the Facebook plugin running on my Cordova Phonegap project however it does only work when it's on index.js file such as: bindEvents: function() { document.addEventListener('...
NetOholik's user avatar

15 30 50 per page
1
2 3 4 5
10