Questions tagged [spring-social]

Spring Social is an extension of the Spring Framework that enables applications to connect with Software-as-a-Service providers such as Twitter, Facebook and other OAuth authentication based APIs. Spring Social provides a ready to use OAuth authentication framework for web based applications.

Spring Social is an extension of the Spring Framework that enables applications to connect with Software-as-a-Service providers such as Twitter, Facebook and other OAuth authentication based APIs. Spring Social provides a ready to use OAuth authentication framework for web based applications.

Features:

  • An extensible service provider framework that greatly simplifies the process of connecting local user accounts to hosted provider accounts.
  • A connect controller that handles the authorization flow between your Java/Spring web application, a service provider, and your users.
  • Java bindings to popular service provider APIs such as Facebook, Twitter, LinkedIn, TripIt, and GitHub.
  • A sign-in controller that enables users to authenticate with your application by signing in through a service provider.
  • Much more...

More Information:

Getting Started Guides:

Related Tags:

714 questions
-1
votes
2 answers

Spring boot application not starting on Tomcat 7

I am trying to deploy my Spring boot application on a Tomcat 7 server and start it. I am able to deploy, while I am facing problems in starting the server. What I did ? 1) Created a spring starter project with the initial configurations and…
Vishnukk
  • 524
  • 2
  • 11
  • 27
-1
votes
2 answers

Retrieve all the facebook public profile information using Spring Social

I'm trying to retrieve the public profile information from facebook using Spring Social. I was able to retrieve everything except for age_range. Please suggest me some possibilities where I could retrieve the age range info. Note: I don't want to…
user2921591
  • 51
  • 1
  • 1
  • 6
-1
votes
1 answer

Integrating facebook with my web app

I am implementing a news sharing website for my university project. Users of my app will be provided with a list of news articles with customize shared button named "Show your friend". Almost exactly requirements can be seen on www.pulse.me . And,…
Max
  • 23
  • 2
  • 7
-1
votes
1 answer

Is Spring Social right approach to login into application with Twiiter,FaceBook and FoureSquare?

1 please suggest which version of Spring Social is compatible with Spring 3.1(Using Spring 3.1) 2 Any other way to integrate with these API with Application. Googled many times but did not get much helpn for #1 & #2. Please advise!!!
-1
votes
1 answer

How spring social getting connection

Few days ago i write facebook integration using spring's tutorial. Here is my code FacebookConnectionFactory connectionFactory = new FacebookConnectionFactory("appId", "appSecret"); OAuth2Operations oauthOperations =…
Igor Masternoy
  • 436
  • 1
  • 11
  • 36
-2
votes
1 answer

Spring Social + Spring MVC + Maven

Since this morning i'm trying to make a simple mvc + spring social maven application (without using spring boot or gradel). i'm missing the configuration files, i dont know how to do so,i allready tried the few examples on internet but without any…
Mehdi TAZI
  • 575
  • 2
  • 5
  • 23
-2
votes
1 answer

Login to a Spring-powered website using one's Facebook account

I would like for users of my website to be able to login to my website using their Facebook account. My website is going to be powered by the Spring framework. Can Spring Social help me or do I need to create a Facebook app? Any general guidance,…
balteo
  • 23,602
  • 63
  • 219
  • 412
-3
votes
1 answer

Spring Social and Angular

I’m looking for some samples or articles that explain how to integrate spring social to my micro-services architecture, more specifically to my authorization server. Can sommeone explain how can i add spring social (Facebook and google) to the flow?…
Free23
  • 15
  • 5
-3
votes
1 answer

Where is doc with twitter all permission

I am looking for all scopes for twitter, and i cant find :/ I find all permission for facebook, but can not find all permission for tweeter https://developers.facebook.com/docs/reference/login can you halp me ?
Łukasz Woźniczka
  • 1,625
  • 3
  • 28
  • 51
1 2 3
47
48