radhouenchbinou / security-social-showcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Security 5 OAuth2 with Facebook and Facebook Page administration Using facebook Graph API

This sample application demonstrates how to use Spring Security 5’s OAuth 2 client support to login with Facebook and consume the Facebook API using the access token obtained during login.

You will need to register an application with Facebook (at https://developers.facebook.com/) and edit src/main/resources/application.yml, entering your application’s client ID and secret.

/ : getting the profil details /pagesList : get a list of all your facebook pages /{page-id}/conversations : get all the conversations of a chosen Facebook page /{page-id}/conversations/{conversation-id} get all messages of a conversation

About

License:Apache License 2.0


Languages

Language:Java 90.0%Language:HTML 10.0%