Skip to content

Conversation

@MclaughlinSteve
Copy link
Contributor

No description provided.

@MclaughlinSteve
Copy link
Contributor Author

Forgot to run checkstyle. Need to fix some whitespace stuff. Will reopen in morning.

Fixed whitespace errors, and added first draft of test. Will update test
soon.
fixed some additional whitespace issues
fixed typo (string -> String)
Updated test. Should be working now
Made fixes to test
public final class Box20Example {

private static final String NETWORK_NAME = "Box";
private static final String PROTECTED_RESOURCE_URL = "https://app.box.com/profile";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an almost super Pull Request, except for this URL ;-) it's not a protected API URL. It's usual html web page url.
There should be something like this
"https://api.box.com/2.0/users/me"

(or any other demonstrative url from here https://docs.box.com/reference)

It's the single minor problem here. I have fixed it while merging

@kullfar kullfar merged commit 6405e8b into scribejava:master Nov 8, 2016
@kullfar
Copy link
Member

kullfar commented Nov 8, 2016

Good start, do not stop ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants