NAME
Facebook::Graph::Authorize - Authorizing an app with Facebook
VERSION
version 0.0100
METHODS
extend_permissions ( permissions )
Ask for extra permissions for your app. Returns a reference to self for method chaining.
permissions
An array of permissions. See http://developers.facebook.com/docs/authentication/permissions for more information about what's available.
set_display ( type )
Sets the display type for the authorization screen that a user will see.
type
Defaults to page
. Valid types are page
, popup
, wap
, and touch
. See Dialog Form Factors in http://developers.facebook.com/docs/authentication/ for details.
to_url ( )
Returns a URL string to redirect the user back to Facebook.