Click or drag to resize
FacebookHelperOAUTH_AUTHORIZE_URL Field
URL for user authorization.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax
C#
public const string OAUTH_AUTHORIZE_URL = "https://graph.facebook.com/oauth/authorize?client_id={0}&redirect_uri={1}&scope=pages_manage_posts,pages_read_user_content,read_insights"

Field Value

Type: String
See Also