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
// Authenticate via OAuth
JumblrClient client = new JumblrClient( consumerKey, consumerSecret );
client.setToken( token, tokenSecret );
// Make the request
User user = client.user();
The error always points to the line of "User user = client.user();" I've search Google and StackedOverflow quite a few times and always end up banging my head on the screen.
Any assistance would be greatly appreciated...
Thanks in advance...
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to retrieve the Users name using Jumblr and keep receiving the following error:
com.tumblr.jumblr.exceptions.JumblrException: Unauthorized
The following is what I'm using:
The error always points to the line of "User user = client.user();" I've search Google and StackedOverflow quite a few times and always end up banging my head on the screen.
Any assistance would be greatly appreciated...
Thanks in advance...
The text was updated successfully, but these errors were encountered: