spring-social-google icon indicating copy to clipboard operation
spring-social-google copied to clipboard

Spring Social extension with connection support and an API binding for Google

Results 31 spring-social-google issues
Sort by recently updated
recently updated
newest added

In my Google Api Console the redirect URI is http://localhost:8080/signin/google Although i get the following error after having selected my google user to signin: 1. That’s an error. Error: redirect_uri_mismatch...

Hi there. We found the need to invoke google people api ( https://developers.google.com/people/ ) as we want to retrieve information from users when logging in our app, even if they...

I'm using spring social google to get access to users's email informations. As i'm performing background operations, I need a way to refresh the token when it expires without asking...

Thanks for the good work. Very useful. I would be interested in assisting and adding Plus Domains capabilities such posting and and other circle management tasks. Thoughts?

- [ ] Introduce `Coveralls` or the like - [ ] Make sure the tests work, and actually *test* things

I haven't found a way to set the orderBy param...

Hi @GabiAxel I sent a spring-boot PR (https://github.com/spring-projects/spring-boot/pull/2548) to add spring boot starter for spring social google. But since spring-social-google is not spring projects, they put it on-hold. Since spring...

So, the photo image quality supplied by the imageUrl method is extremely low. This can be changed by changing the url from this https://lh5.googleusercontent.com/-UyuMuAWmKIM/AAAAAAAAAAI/AAAAAAAAAn0/pMK2DzFNBNI/s64/photo.jpg to say https://lh5.googleusercontent.com/-UyuMuAWmKIM/AAAAAAAAAAI/AAAAAAAAAn0/pMK2DzFNBNI/s800/photo.jpg or https://lh5.googleusercontent.com/-UyuMuAWmKIM/AAAAAAAAAAI/AAAAAAAAAn0/pMK2DzFNBNI/s64/photo.jpg?sz=800 I...

It seems to exist according to: https://developers.google.com/+/web/api/rest/latest/people#resource-representations

I'd like the ability to download google spreadsheets as excel files. With the stock google sdk, I'm able to do this. While the getExportedLinks() method shows the list of links...