Wizcorp / phonegap-facebook-plugin

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

it hangs when add phonegap-facebook-plugin to my app #899

Open JiachenDuan opened 9 years ago

JiachenDuan commented 9 years ago

Hi Team,

First of all, thanks you guys a lot for creating this plugin, it helps us a lot!

I was following the instruction install the plugin to my app, after I cordova -d plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git --variable APP_ID="#myid" --variable APP_NAME="#myappname" it just hangs there.

Would you guys please help me on this, thanks ahead.

Regards, JK

Here is the following log Calling plugman.fetch on plugin "https://github.com/Wizcorp/phonegap-facebook-plugin.git" Fetching plugin "https://github.com/Wizcorp/phonegap-facebook-plugin.git" via git clone Fetching plugin via git-clone command: git clone "https://github.com/Wizcorp/phonegap-facebook-plugin.git" "/var/folders/14/j4dfyskx4pb204gy3mc53j100000gn/T/plugman/git/1421644008688"

aogilvie commented 9 years ago

@JiachenDuan try without the .git suffix?:

cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin --variable APP_ID="myid" --variable APP_NAME="myappname"

It does take a little while, 20-60 seconds depending on your connection speed.