https://github.com/txchen/cordova-plugin-fb
cordova-plugin-fb
https://github.com/txchen/cordova-plugin-fb
Last synced: 11 months ago
JSON representation
cordova-plugin-fb
- Host: GitHub
- URL: https://github.com/txchen/cordova-plugin-fb
- Owner: txchen
- License: mit
- Created: 2016-10-02T03:45:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T18:40:59.000Z (over 9 years ago)
- Last Synced: 2025-07-13T01:24:15.087Z (12 months ago)
- Language: Java
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cordova-plugin-fb
Use facebook android sdk in your cordova app.
## Installation
Declare the plugin in your config.xml
```xml
```
Then run `cordova prepare` to pull the plugin src down to your project.
## Usage
### send activate app event
```js
fb.sendActivateAppEvent()
```