Facebook connect plugin is not working in android but working in ios

前端 未结 1 457
深忆病人
深忆病人 2020-12-22 09:43

i have a plugin

          


        
相关标签:
1条回答
  • 2020-12-22 10:03

    That plugin is deprecate. This is the 5th time tonight. Don't you guys check your sources.

    I am posting this link with the hope you will read the entire document.

    Top Mistakes by Developers new to Cordova/Phonegap

    In fact your error was

    11. You need to get your plugins from NPM now.

    How did I figure this out? I did a google search of your plugin: com.phonegap.plugins.facebookconnect

    About three (3) links down is your plugin: FacebookConnect

    The documentation says

    REPOSITORY IS NOW DEPRECATED!!!

    Please go here

    READ THE DIRECTIONS CAREFULLY. This is an ugly plugin. The correct links are:

    • github
    • npm

    Your new plugin setting is:

    <gap:plugin name="cordova-plugin-facebookconnect-orlando" source="npm" version="0.11.0">

    0 讨论(0)
提交回复
热议问题