applicious_utils 0.1.72 → 0.1.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.72"
2
+ VERSION = "0.1.73"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applicious_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.72
4
+ version: 0.1.73
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: