An open API service indexing awesome lists of open source software.

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

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()
```