Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Running the application:

  1. Visit the URL http://localhost:8080/playground2/oauth2.jsp to start the application.
  2. Enter the following details and click Authorize.

    Panel
    bgColor#F0F0F0
    borderStylesolid

    Authorization Grant Type: Implicit
    Client ID: (the client id received at the application registration)
    Callback URL: http://localhost:8080/playground/oauth2client
    Authorize Endpoint: https://localhost:9443/oauth2/authorize

  3. Log in with the user.
    2.png
  4. Click Approve to consent to this action.
    3.png
  5. At this point the application receives the Access Token.
    5.png
  6. Click on Get Photos.
  7. Now you should be able to see the user photos.
    6.png