See also Developers Guide
- Login with BAND (Get User Access Token) (OAuth 2.0)
- Get my BAND profile (Get User Profile)
- Add 'http://localhost:8080/' value to 'Redirect URI' in My Apps page.
- Edit src/main/resources/band-oauth.properties file
- Replace band-oauth.clientId value with your 'Client ID' from develoers.band.us
- Replace band-oauth.clientSecret value with your 'Client Secret' from develoers.band.us
mvn clean package
java -jar target/myservice-0.0.1-SNAPSHOT.jar
- open 'http://localhost:8080/' in your browser