PlayMaker.Facebook
PlayMaker.Facebook is an easy to use set of actions for PlayMaker. Works out of the box, no additional plugins required, just Facebook Unity SDK, and PlayMaker.
facebookInit
This action should be called before anything else. Initializes the facebook sdk.
facebookLogin
Logs in with facebook. Stores access token in a variable if needed.
facebookAppRequest
Invites a user to join your app. Tracks success/fail events in case you would like to reward or notify user.
facebookShareLink
Shares a link on facebook. Tracks success/fail events in case you would like to reward or notify user. Also fires a special event if user is not logged in yet.
Demo workflow included.