Type Library Library facebook.* Revision 2017.3060 Keywords Platforms Android, iOS
This plugin provides access to Facebook Connect, a set of APIs for accessing the Facebook social network. The functions allow a user to login/logout, post messages and images, and retrieve status.
This is the legacy plugin for Facebook. As of October 30, 2016, Facebook's
Developing for Facebook requires that you register in the Facebook Developer Portal.
local facebook = require( "facebook" )
To use this plugin, add an entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { ["facebook"] = { publisherId = "com.coronalabs" }, }, }