How to register AwareIM application in Twitter

In order to allow users to login via Twitter you need to register your AwareIM application with Twitter. In order to do this:

  • Create a new application
  • When specifying callback URL for the application enter the following URL:

http://YourServerName:8080/AwareIM

You can use localhost instead of the server name when testing your application.

When specifying “redirect URI” of the application enter the following URI:

http://YourServerName:8080/AwareIM/req.awtw2

When users login to your AwareIM application they should use the following URL:

http://YourServerName:8080/AwareIM/logon.awtw?domain=YourBusinessSpaceName&testingMode=false

  • Last modified: 2025/06/12 03:59