cordova - PhoneGap BUILD and phonegap-facebook-plugin sample -


i want use phonegap-facebook-plugin in phonegap build application.

the documentation here explains how add plugin config file not explain how use it.

more specifically,

  1. does have experience plugin , phonegap build or matter other plugin? sample code?
  2. what version of "facebookconnectplugin.js" should use? (there several of in project)
  3. during development phase testing in browser first , on phone. how make work in both environments?

thanks.

  1. actually, if go here, author has example of usage there.
  2. the version you're looking @ deprecated. use <plugin name="cordova-plugin-facebook4" source="npm" spec="1.4.0"> instead.
  3. you have add localhost facebook app settings.

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -