How to register Aware IM application in Twitter

In order to allow users to login via Twitter you need to register your Aware IM 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 Aware IM application they should use the following URL:

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

  • Last modified: 2022/09/13 18:15