applicious_utils 0.1.72 → 0.1.73
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ class AppliciousFacebook extends AppliciousCore
|
|
5
5
|
@FB_UID: ''
|
6
6
|
@FB_RESPONSE: ''
|
7
7
|
@FB_STATUS: ''
|
8
|
+
@FB_ACCESS_TOKEN
|
8
9
|
|
9
10
|
constructor: ->
|
10
11
|
@log 'Applicious [AP::FB] Loaded'
|
@@ -21,6 +22,7 @@ class AppliciousFacebook extends AppliciousCore
|
|
21
22
|
@FB_STATUS = response.status
|
22
23
|
@FB_RESPONSE = response.authResponse
|
23
24
|
@FB_UID = response.authResponse.userID
|
25
|
+
@FB_ACCESS_TOKEN = response.authResponse.accessToken
|
24
26
|
catch error
|
25
27
|
@log 'Error', error
|
26
28
|
|
Binary file
|