Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.9k stars 2.01k forks source link

[ANDROID] Cannot cast from LegacyContext to Activity #179

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi, Eclipse give me this error into src\org\apache\cordova\facebook\ConnectPlugin.java line 107: me.facebook.authorize((Activity)me.ctx, me.permissions, new AuthorizeListener(me));

I use Cordova-2.0.0

iqandjoke commented 11 years ago

Change ctx to cordova

I encountered same problem as well. Details: http://simonmacdonald.blogspot.hk/2012/07/phonegap-android-plugins-sometimes-we.html

ghost commented 11 years ago

Worked. Thanks iqandjoke