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) · 247 Bytes

File metadata and controls

10 lines (7 loc) · 247 Bytes

#.getInstance()

初始化Facebook SDK, 返回plugin.FacebookAgent的实例。需要在做其他事之前被调用。

##示例

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