-
Notifications
You must be signed in to change notification settings - Fork 626
Older plugin version available for PhoneGap Build? #25
Comments
That's a nasty clash :{ I'll investigate this a bit and will update this issue shortly. |
Ha, found a solution. The Facebook plugin has been updated to the exact same jar as this plugin, so upgrading the Facebook plugin should fix your troubles. They have however not yet updated phonegap build, but since pgb now supports pulling plugins from the Cordova plugin registry, you should be able to update your plugin.xml to this:
|
That fix doesn't appear to work. Using the following and trying to build on PhoneGap Build:
both iOS and Android fail to build. Leaving it out, or including the specific PGB version does work:
but then including the GooglePlus login too
again results in neither building successfully. The facebookconnect plugin seems to have a bug pulling from the plugins.cordova.io repo, and I can't put it on PGB (too big of a plugin!). |
I think you're best off asking why FBConnect can't be pulled from the Cordova plugin registry at the FBConnect forum. |
@EddyVerbruggen Here's a solution to the plugman tarball issue: Wizcorp/phonegap-facebook-plugin#839 (comment) |
Thanks @nicholasareed, that's a bit of a hassle, but it seems to work. Please try the freshly published 1.0.8 version |
@EddyVerbruggen happy holidays, thanks for adding that update! Unfortunately, symlinks aren't preserved (only the iOS source has them: https://github.com/EddyVerbruggen/cordova-plugin-googleplus/tree/master/src/ios/libs/GoogleOpenSource.framework ) and it breaks on PGB. Error log for PGB contains some meaningful stuff about failing to
I guess Also, if you can recommend any direction on getting the server-side to have access to the |
Could you try to rebuild it? I've just updated that |
Alright! Builds for Android and iOS using the tag you pasted a few posts ago. |
@nicholasareed Hey Nicholas, did you ever find a solution to getting the Email addresses on the scope? I, too, need to retrieve it server side but the scope is not including email address. |
@celwell I wish! I had to rip GPlus out because I couldn't get it working correctly. If you come across a newer solution, I'd love to hear about it |
@nicholasareed I ended up just taking the email address from the JS object in the response, and sending that alongside the auth token. So, now my email are able to be spoofed, since I'm not checking server side, oh well. |
Hi,
I'm trying to create a PhoneGap app that uses this plugin and the Facebook Connect plugin. Unfortunately I get a "jar mismatch" error on PhoneGap Build when both plugins are included. Apparently the Google Plus plugin uses version 21 of android-support-v4.jar while the other plugin uses version 20. Is it possible to make version 1.0.5 of the Google Plus plugin available for PhoneGap Build again?
The text was updated successfully, but these errors were encountered: