I have a complete Android app written in Dreamweaver CS 5.5 using PhoneGap (Now ECLIPSE). I am one small step away from releasing this great app to the Android Market. I simply want a "Share On Facebook" button that allows the user to post some info from the app along with a link to the app on the Android Market.
I am trying to use the new PhoneGap Facebook Connect plugin, which is supposed to work with just a few lines of code. https://github.com/davejohnson/phonegap-plugin-facebook-connect
Does anyone have this plugin working in Dreamweaver? Or does anyone have it working AT ALL? I can't even find anyone with a success story through any IDE.
[UPDATE] I built my application completely in Eclipse now. I have set up my app_secret and app_id, and the buttons on the sample page respond to taps now.
- Login: Alerts "not logged in" (even though I am logged in to Facebook both through the app and the browser)
- Me: alerts "An active access token mst be used to query information about the current user. Type: OAuthException
- Get Session: Alerts "undefined"
- Get Login: Loads a facebook page in the browser which says "an error occurred. Please try again later"
- Logout: alerts "auth.statusChange event"
Any ideas?