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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -