Skip to content

Commit

Permalink
Merge pull request #17 from appcelerator-modules/revert-9-master
Browse files Browse the repository at this point in the history
Revert "expose AccessToken method"
  • Loading branch information
ashcoding committed May 25, 2015
2 parents 492ddf0 + 625afa8 commit ac22dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/facebook/TiFacebookModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public String getUid() {
return uid;
}

@Kroll.getProperty @Kroll.method
@Kroll.getProperty
public String getAccessToken() {
Log.d(TAG, "get accessToken");
return Session.getActiveSession().getAccessToken();
Expand Down

0 comments on commit ac22dd7

Please sign in to comment.