You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The "API Key" value generated when you registered your application.
37
+
clientID: '86ltc4i0wckzvo',
38
+
39
+
// iOS (Required)
40
+
clientSecret: 'KCPHGyyXOjmGy72S',
41
+
42
+
// iOS (Required)
43
+
// A unique string value of your choice that is hard to guess. Used to prevent CSRF.
44
+
state: 'abcde',
45
+
46
+
// iOS, Android (Required)
47
+
scopes: [
48
+
'r_basicprofile',
49
+
],
50
+
51
+
// iOS (Required)
52
+
// The URI your users will be sent back to after authorization. This value must match one of the defined OAuth 2.0 Redirect URLs in your application configuration.
0 commit comments