Creating a Twitter application and generating an access token
An access token is required for authorizing access to Twitter applications 
  
 
	 Prerequisites
 Ensure that you have a valid Twitter account first. 
	 
 
 
	  
		 
		  Note: The protocol itself and how Twitter uses the protocol changes at any time. Therefore this document only provides an example. 
		  
 
 
		 
 
		 
	  
 
	 Procedure
-  
		  Go to 
			 http://dev.twitter.com and sign in with your Twitter user ID. 
		   
		
 
-  
		  Hover the cursor over your user ID and go to the 
			 My applications item. 
		   
		
 
-  
		  Click 
			 Create New App. 
		   
		
 
-  
		  In the 
			 Application details section, provide the following information: 
		   
		  
 
			 -  
				Enter an application name in the 
				  Name field. 
				 
			 
 
 
			 -  
				Provide a short description for your application in the 
				  Description field. 
				 
			 
 
 
			 -  
				Provide a URL in the 
				  Website field, which is your application's publicly accessible home page. 
				 
				  
				  
Note: If you do not have a valid web application currently, an invalid URL also works. 
				  
 
 
				 
			  
 
			 - Optional:  
				Provide a callback URL in the 
				  Callback URL field. 
				 
			 
 
 
		  
 
		 
-  
		  Read rules in the 
			 Developer Rules of the Road section and select the 
			 Yes, I agree check box. 
		   
		
 
-  
		  Click 
			 Create your Twitter application. 
		   
		
 
-  
		  Click the 
			 My applications link under your user ID. 
		   
		
 
-  
		  Click the 
			 API Keys tab. 
		   
		  
The API key and API secret are displayed. 
			 
Note: In the plug-in, API key is mapped to Consumer key and API secret is mapped to Consumer secret. See 
				
OAuth 1.0 Resource. 
			 
 
 
		    
		 
-  
		  Click 
			 Create my access token in the 
			 Your access token section to generate access token parameters. 
		   
		
 
-  
		  Click the 
			 Permissions tab and select 
			 Read, Write and Access direct messages. 
		   
		
 
 
   
Copyright © Cloud Software Group, Inc. All Rights Reserved.