OpenFB icon indicating copy to clipboard operation
OpenFB copied to clipboard

Micro-library that lets you integrate browser and Cordova apps with Facebook with no plugin or SDK dependency.

Results 91 OpenFB issues
Sort by recently updated
recently updated
newest added

I am getting blank page with following text and window is not closing in my phonegap app SECURITY WARNING: Please treat the URL above as you would your password. I...

Hi! I have a problem with login and i am not able to resolve it. I have followed every step and i have inserted "https://www.facebook.com/connect/login_success.html"; after insert user data on...

After login though openFB, i didnt get the Emailid ,gender and first_name. ``` openFB.api({ path: '/me', success: function(data) { console.log(JSON.stringify(data)); var name = data.name; var fbid = data.id; var username...

Hi, I develop a PWA and then implement openFB. Can't work correctly, after window open facebook app browser open and broke the callback flow. Only to you know.

As we are using openFb directly, but we are getting below message from Facebook: Platform Policy 8.2: Native iOS and Android apps that implement Facebook Login must use our official...

When I load the app from my phone/emulator it seems like it uses the browser redirect instead of the cordova one the inappbrowser does load, but the redirect_uri stays like...

openFB.api(token, { path: '/me/friends', params: { "fields": "name,email,picture.width(70).height(70)" }, success: function (res) { $scope.$apply(function () { console.log("res.data",res.data); $scope.useFriendList = res.data; $scope.facebookFriendModal.show(); $rootScope.hideLoader(); }) }, error: function (error) { $rootScope.hideLoader(); Toast.error(JSON.strigify(error));...

Hi, for native app that's using Fb SDK its will automatically login using Facebook App if its installed. is possible to OpenFb to get thats UX? thanks btw

I have a problem that drives me crazy. After upgrading my iPhone to iOS 9.2.1 I'm keep getting this error: webView:didFailLoadWithError - 102: Frame load interrupted I have tried to...

On iOS cordova build I'm getting a white screen: Screenshot: https://i.imgur.com/BsnZEBL.png Anyone know anything about this?