Hi Lukasz, thanks a lot for tackling this. Just a minor one. I am not really sure about this:
On Feb 13, 2012, at 9:46 PM, <[email protected]<mailto:[email protected]>> <[email protected]<mailto:[email protected]>> wrote: - public static final String OAUTH_TOKEN = "oauth_token"; + public static final String OAUTH_TOKEN = "access_token"; Reason is this is used (containing the old value of oauth_token) in the patch you have committed for AMBER-28 [0] with the follow strategy: " It will check the presence of "access_token" first and fall back to "oauth_token"" as for Raymond comment. WDYT? Regards Antonio [0] https://issues.apache.org/jira/browse/AMBER-28
