Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.facebook.android.* in this plugin? #16

Closed
libbybaldwin opened this issue Aug 26, 2011 · 3 comments
Closed

com.facebook.android.* in this plugin? #16

libbybaldwin opened this issue Aug 26, 2011 · 3 comments

Comments

@libbybaldwin
Copy link

From the readme:
"The working version of the Facebook Android SDK is distributed with the plugin ..."

Does "the plugin" above mean this plugin? This plugin's source doesn't have
native/android/src/com/facebook/android/. Do you mean to get it from Facebook?

Cheers,
Libby

@davejohnson
Copy link

This is the Facebook native android SDK: https://github.com/davejohnson/phonegap-plugin-facebook-connect/tree/master/native/android/libs

For android, everything is distributed in this repo, ios on the other hand is a bit more complicated thanks to static linking issues with the JSON library :/

@libbybaldwin
Copy link
Author

My problem was not adding facebook-android-sdk.jar to the project's java build path (in eclipse). Once I did that, the 4 @OverRide's in this.facebook.authorize() produced errors:
"... must override a superclass method" - meaning superclass method not found.

This is not my area of expertise, clearly. Does your comment about not supporting dialogs mean the new DialogListener() isn't going to work?

The link you sent previously was to July 11, 33k version of the file. I'm using latest: Aug 24 and 46k size version, the one I got from download. Thanks, Libby

@ghost
Copy link

ghost commented Sep 26, 2011

This continues to be an issue (the 4 @OverRide errors) noted by libbybaldwin. When will this be fixed in the repo and published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants