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
0
votes
1 answer

Spring Social for Facebook - get user location

I am using spring social Facebook to connect to facebook. The connection works well. I am trying to get the user's location with the following code: FacebookProfile profile = facebook.userOperations().getUserProfile(); Reference rLocation =…
checklist
  • 12,340
  • 15
  • 58
  • 102
0
votes
1 answer

FB Wall Posting with Link from FB IFrame App

I am doing the FB Wall post with a link say http://www.rewardtv.com. When i post it from my standalone website (using spring social) the link on the wall is working fine. It goes to the rewardtv.com But when i use the same code from FB app and post…
0
votes
0 answers

Spring social provider = ?error

When i click on /signIn/facebook button it redirect me to facebook page i authorize and then it redirect me to my redirectUrl but with parametr error=provider. What i do wrong? As far as i know it shoud redirect to SignInAdapter and to compare…
Igor Masternoy
  • 436
  • 1
  • 11
  • 36
0
votes
1 answer

JsonMappingException: No suitable constructor found for type FacebookProfile

I connect to facebook using OAuth2.0 protocol. And everything is allright cause i get access_token on the server now i want to connect to facebook and get it API. but i recieve JSON exception. so this is the code: @RequestMapping(method =…
Igor Masternoy
  • 436
  • 1
  • 11
  • 36
0
votes
1 answer

get Wall Facebook messages without Authentication

Do you know if there is any way to publish on my web app the facebook messages published by the users on my facebook wall application? I'm using spring social and I tried to use the code you can see below: facebook.feedOperations().getPosts() With…
user1260893
  • 459
  • 1
  • 4
  • 8
0
votes
1 answer

Spring-social getting access_token

Hi 2 all guys i make all like in tutorial. But i have stopped on getting access_Token. So this is my code that redirect to facebook. @RequestMapping(method = RequestMethod.GET) public void process(/* * @ModelAttribute("user")…
Igor Masternoy
  • 436
  • 1
  • 11
  • 36
0
votes
1 answer

facebook integration via Spring-Social

I try to configure facebook integration. But i did't recive accesToken properly. I recieved null. Logger show me variables AccesToken and UserID and it null. so here my config.
Igor Masternoy
  • 436
  • 1
  • 11
  • 36
0
votes
2 answers

Specifying a search query in the dropbox API

I have successfully set up a dropbox API (using Spring.Social.DropBox) and am trying to programmatically search my dropbox folder. How do I specifiy a query that can return more than one file type? DropboxServiceProvider ^dropboxServiceProvider =…
user236520
0
votes
1 answer

How to configure twitter callback url in Spring Social 1.0.2?

I need to configure callback url(redirect URL) ,in early spring social it configured as
0
votes
2 answers

Schedule post on facebook's wall using spring social

I would schedule a task to post on facebook's wall using spring social. How can I do this?
0
votes
1 answer

missing TwitterTemplate

I'm creating a twitter application using eclipse, and I can't find TwitterTemplate inside the maven dependency. Here is my pom file.
0
votes
1 answer

pushing content to social sites like facebook, twitter linkedin, youtube and vimeo

I have custom build cms in wich I want to enable the content editors to push content to social media sites. The idea is as follows: Content editor creates article in cms and selects some check boxes to indicate where the content should be pushed.…
aki
  • 1,731
  • 2
  • 19
  • 24
-1
votes
1 answer

What is the relationship between Spring social and oauth2 protocol?

I read some stuff about oauth2 protocol and its concepts like: resource owner resource server authorization server grant types and etc.. Does spring-social use oauth2 protocol? For example if I want to have social login with facebook, what is the…
-1
votes
1 answer

AngularJS Spring Social Facebook CORS problem

I'm trying to build a sample login using AngularJS(1.6) FE and Spring Boot(2.1) BE running on different ports. I'm using Spring Boot Social to enable FB login. But when I try to login using Facebook, I get this: CORS error My FE looks like…
kxtrya
  • 11
  • 4
-1
votes
2 answers

Jhipster Social login with facebook doesn't work

i have created Jhipster monolithic project which include social login, and i set client-id and secret-id but when click signin with facebook doesn't work, i get this message ' Cannot POST /signin/facebook ',
1 2 3
47
48