Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 772 Bytes

File metadata and controls

26 lines (20 loc) · 772 Bytes

Late::SelectFacebookPageRequest

Properties

Name Type Description Notes
profile_id String Profile ID from your connection flow
page_id String The Facebook Page ID selected by the user
temp_token String Temporary Facebook access token from OAuth
user_profile SelectFacebookPageRequestUserProfile
redirect_url String Optional custom redirect URL to return to after selection [optional]

Example

require 'late-sdk'

instance = Late::SelectFacebookPageRequest.new(
  profile_id: null,
  page_id: null,
  temp_token: null,
  user_profile: null,
  redirect_url: null
)