bisrael / cordova-plugin-facebook

Cordova Plugin for iOS and Android Facebook SDK
MIT License
25 stars 21 forks source link

Is this plugin still supported? Having iOS issue #28

Open rolinger opened 6 years ago

rolinger commented 6 years ago

It seems a quite a long time since there have been any updates or issues opened regarding this plugin - is it still supported?

If so, I got it working just fine on Android, however on iOS I am getting a run build error in Xcode pointing to this line:

import <FacebookSDK/FacebookSDK.h> - file not found?

rolinger commented 6 years ago

Ok...so I finally got cordova-plugin-facebook to install cleanly...but now the same functions that work for Android are not working for iOS.

Specifically when I do the first call to facebookConnectPlugin.getLoginStatus I get a console error "Can't find variable: facebookConnectPlugin". But this same function works just fine on Android deployment.

bisrael commented 6 years ago

@rolinger - sorry, i don't actively support this project right now.

please feel free to fork it and send a pull request with any updates that are helpful to get the functionality working.

Sorry! -Blake