org.springframework.integration.twitter.oauth
Interface AccessTokenInitialRequestProcessListener

All Known Implementing Classes:
ConsoleBasedAccessTokenInitialRequestProcessListener

public interface AccessTokenInitialRequestProcessListener

if the factory bean isn't provided a 'accesstoken' and 'accesstokensecret', then it will try to obtain those bits of informatio on the users behalf.

In doing so it will need input fro the user (automatic or human intervention is required)


Method Summary
 void failure(java.lang.Throwable t)
           
 java.lang.String openUrlAndReturnPin(java.lang.String urlToOpen)
           
 void persistReturnedAccessToken(twitter4j.http.AccessToken accessToken)
           
 

Method Detail

openUrlAndReturnPin

java.lang.String openUrlAndReturnPin(java.lang.String urlToOpen)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

persistReturnedAccessToken

void persistReturnedAccessToken(twitter4j.http.AccessToken accessToken)
                                throws java.lang.Exception
Throws:
java.lang.Exception

failure

void failure(java.lang.Throwable t)