Skip to content

Commit

Permalink
Merge pull request #1107 from flimzy/urlfix
Browse files Browse the repository at this point in the history
URL correction
  • Loading branch information
aogilvie committed Sep 14, 2015
2 parents 3d52b1e + 8a203ae commit 5dbb158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To use this plugin you will need to make sure you've registered your Facebook ap

`facebookConnectPlugin.login(Array strings of permissions, Function success, Function failure)`

**NOTE** : Developers should call `facebookConnectPlugin.browserInit(<appId>)` before login - **Web App ONLY** (see [Web App Guide](platforms/web/README.md))
**NOTE** : Developers should call `facebookConnectPlugin.browserInit(<appId>)` before login - **Web App ONLY** (see [Web App Guide](platforms/browser/README.md))

Success function returns an Object like:

Expand Down

0 comments on commit 5dbb158

Please sign in to comment.