- Note : Create a new client with the following redirect uri -
localhost:8080/BasicWebDemo/handleInstagramToken - как я понял, нужно было просто зарегистрировать приложение, где указываем эту URL для ответа.
- Import the maven project in your favourite IDE. -библиотеки импортировал.
- Open the config.properties in src/main/webapp/resources folder.
Replace the clientId, clientSecret and callbackUrl with the values used during Client registration on Instagram Developer website. - вставил свои данные
- Build the project and deploy the war file in your web server. - собрал и упаковал в war, затем закинул по пути \apache-tomcat-8.0.26\webapps, перезапустил, в менеджере висит, но выдает 404
- Open the following URL : localhost:8080/BasicWebDemo - ошибка 404
Прошу помочь, т.к. впервые с веб-сервером работаю и впервые за API, с использованием сторонних библиотек.