Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 251 Bytes

File metadata and controls

10 lines (7 loc) · 251 Bytes

#.getInstance()

Initialize the SDK, and return the instance of plugin.FacebookAgent. Required before doing anything else.

##Example

var facebook = plugin.FacebookAgent.getInstance();
//do something, e.g. facebook.activateApp();