Twitter Search Followers For Version 2

This handler gets the full list of followers for the existing account and looks for the provided user name. The usual answers are true (user is found) or false (user is not found), but twitter also has a system of rate limiting api calls. At the moment, it's 15 calls per 15 minutes. If this record has been reached, the handler returns RateLimit.

How to create Twitter application

To fill in the necessary info values for this handler (consumer key/secret & access token/secret) you will need to create an application on the Twitter developer page.

1. Go to the Twitter Developers page 
                
                2. Log in with the account you wish to post to Twitter with 
                
                3. Navigate to the 'My Applications' link 
                
                4. Click on 'Create a new application' 
                
                5. Fill in the necessary information 
                
                    - Name: Choose a name that will be easily identifiable (must be unique) 
                
                    - Description: Give the application a brief description 
                
                    - Website: A website URL will not be required for work with the handler, Twitter requires you to at least put a placeholder url in the field 
                
                    - Callback URL: This also is not needed for the handler and can be ignored 
                
                6. Agree to the terms and conditions and create the application 
                
                7. Once your app is created, click on the application's 'Settings' tab 
                
                8. Scroll down to the Application Type header and give the application 'Read and Write' access (click the update button on the bottom of the page) 
                
                9. Go back to the 'Details' tab and click on the 'Create my access token' button 
                
                10. After a few seconds, your Consumer key, Consumer Secret, Access Token, and Access Token Secret will all be displayed on this 'Details' page 
                

Parameters

Name Description
Twitter Follower The twitter id of the follower you want to check for.

Sample Configuration

Name Description
Twitter Follower testUser

Results

Name Description
Follower Status

Changelog

TwitterSearchFollowers_For v2 (2014-1-9)

Added handling for the rate limit error

TwitterSearchFollowers_For (2013-12-09)

  • Initial version. See README for details.


Related Handlers

Twitter Tweet Compose Picture
This handler allows you to update your Twitter status which includes a picture as well.
Twitter Tweet Compose
This handler allows you to update your Twitter status.

Looking for a workflow engine?

Learn more about the Kinetic Data Enterprise Workflow Platform Check it out Caret right circle