[Plugins] Installation working again

  • 1
  • Announcement
  • Updated 7 years ago
Update Should be working again. If you haven't seen it, check out our blog post about the updated plugin referencing:

http://phonegap.com/blog/2013/07/15/u...


Plugin installation is currently failing on Build -- working on it! Sorry for the inconvenience.
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 7 years ago

  • 1
Photo of Red2678

Red2678

  • 255 Posts
  • 0 Reply Likes
Changed my config.xml to:

<gap:plugin name="com.phonegap.plugins.barcodecodescanner" />

But I just get:

plugin unsupported: com.phonegap.plugins.barcodecodescanner


PS - I am in Dreamweaver CS6
Photo of Red2678

Red2678

  • 255 Posts
  • 0 Reply Likes
There is a typo in the blog entry...which I did not notice in my above post..

"bar code code scanner"

See the plugins here with the correct IDs:

https://build.phonegap.com/plugins
Photo of beshoo

beshoo

  • 0 Posts
  • 0 Reply Likes
i think there is some thing wrong.
i want to use facebook connect

this is the plugin add on

But Phonegap Blued said :

Error - One of your plugins requires a parameter: APP_ID, APP_NAME You can fix this here

as you can see i did add the "parameters" in the plugin code ...

any way here is my config.xml

http://pastebin.com/KEZGdUfG

please advice
Photo of Adam Tuttle

Adam Tuttle

  • 134 Posts
  • 0 Reply Likes
I'm having the exact same issue as beshoo (the post above this one). Screenshot: http://note.io/12DgLnc -- I can't believe it's been 13 hours with no response.

One day you guys have great response times and service, and the next you'd be eligible for an award for worst customer service ever. Get it together!

For reference, my app id is: #473744
Photo of Austyn Pember

Austyn Pember

  • 1 Post
  • 0 Reply Likes
Any update?
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes
Hi all, there's a typo in the documentation for that plugin -- the parameters should be "param", and not "preference", i.e:

<gap:plugin name="com.phonegap.plugins.facebookconnect">
<param name="APP_ID" value="288492194593093" />
<param name="APP_NAME" value="FriendString" />
</gap:plugin>


Example code:
https://github.com/goya/app-2.5.0-fb/...

Sorry for the inconvenience.
Photo of Nux

Nux

  • 16 Posts
  • 0 Reply Likes
Does this also mean plugman will change (or was changed already)? Will it allow to merge resources or use library projects on Android to allow accessing resources from a namespace of a plugin?

Currently two plugins with strings for various languages would clash and probably fail (plugman will not be able to merge e.g. values-de/strings.xml when they are added with source-file tag in plugin.xml).

Or is plugman replaced with something else?
Photo of Austyn Pember

Austyn Pember

  • 1 Post
  • 0 Reply Likes
Will the depreciation be fixed ( or is there a workaround ) in the next day or so? I need to know for a project, Thank you for your work.
Photo of beshoo

beshoo

  • 0 Posts
  • 0 Reply Likes
i run into this problem when i connect to faceboobk

Given URL is not permitted by the application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.

Please advice