facebook - Unity3d official sdk FB.UI -
in documentation there page describing method: fb.ui
i downloaded plugin, there other methods fb.apprequest
, fb.init
, fb.feed
, no fb.ui
. isn't implemented yet?
fb.ui canvas specific , redundant other calls in sdk, supports following dialogs on canvas:
- the feed dialog: fb.feed
- the oauth dialog: call fb.login permissions want. once user logged in, call fb.login again if want new permissions.
- the friends/request dialog: fb.apprequest
- the pay dialog: fb.canvas.pay (canvas only)
- the send dialog: not supported
- add page tab dialog: not supported
the not supported options can still accessed calling out javascript on canvas.
Comments
Post a Comment