Skip to content

Commit 2dcd5c4

Browse files
committed
I had to remove this line to avoid an error -- there's more info in point 5 of this blog post:
http://simonmacdonald.blogspot.com/2011/07/upgrading-your-phonegap-android.html
1 parent 32b31a0 commit 2dcd5c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Android/Facebook/www/facebook.js

100755100644
-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
*/
4444
PhoneGap.addConstructor(function() {
4545
PhoneGap.addPlugin("facebook", new Facebook());
46-
PluginManager.addService("FacebookAuth", "com.hipsnip.plugins.facebook.FacebookAuth");
4746
});
4847

4948
})();

0 commit comments

Comments
 (0)