Questions tagged [spring-social-twitter]

Spring Social Twitter is a module within the Spring Social family of projects that enables you to connect your Spring application with the Twitter REST API.

Spring Social Twitter is a module within the Spring Social family of projects that enables you to connect your Spring application with the Twitter REST API.

Features:

  • A service provider and connection factory for use with Spring Social's connection framework.
  • An API binding for Twitter's REST API.
  • Much more...

More Information:

Getting Started Guides:

Related Tags:

67 questions
0
votes
1 answer

Spring Social- Connect without having to constantly authorize the user

I have an application that needs to stream a specific users twitter data and search for specific hash-tag data then mass distribute an email, but if I'm understanding things correctly every time I want to connect, I have to redirect to an…
user4005223
0
votes
1 answer

Spring Social : Need to run 2 sources in SpringApplication.run(sources, args);

Is there any way I can 2 sources in SpringApplication.run()? Here is my main class. You can clearly understand what I've tried so far. @Configuration @EnableAutoConfiguration @ComponentScan public class Application { /* * SPRING BOOTSTRAP…
0
votes
2 answers

Spring for Android Build Failing when Including spring-social-twitter

On Android Studio 0.8.2, I am trying to create an app that integrates with Twitter using Spring. Had innumerable build problems until I created a blank activity that I'm just using the test my Gradle build. Every time I try to connect to…
0
votes
1 answer

Spring Android Twitter Callback URL

I need to implement an OAuth login in my Android application using the Twitter API. I found a great project on GitHub (spring-android-samples) with a very good example, but I have a problem with respect to the parameter "Callback URL". When I…
falvojr
  • 3,060
  • 4
  • 31
  • 54
0
votes
2 answers

Spring Social Twitter - NPE when dereferencing Twitter object

I use Spring Social Twitter v. 1.1.0.M4. I successfully enabled in-memory connections to Twitter. Now I'm trying to persist the connections. My database connection and logging seems to be working, as the user is authenticated and I can see their…
Wojtek
  • 2,514
  • 5
  • 26
  • 31
0
votes
1 answer

Spring Social Twitter Auth in one step

I am building a service that needs to manage the user authentication through Twitter API with Spring Social Twitter and return some basic user info such as the email. The idea will be to make this process with no callbacks (avoiding…
Antonio Acevedo
  • 1,480
  • 3
  • 21
  • 39
-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 4
5