Twitter Authentication Realm - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
RHEL
Category
Reference Guides
Audience
public
Version
3.7

Fluid Topics has to be declared in the Twitter Apps Settings .

This realm's type is twitter. It requires two mandatory parameters: key and secret. Both of them are obtained when declaring the application.

Here is an example of a Twitter realm declaration:

{
"name": "twitter",
"type": "twitter",
"configuration": {
"key": "the oauth key",
"secret": "the oauth secret"
}
}

Twitter OAuth API does not provide user email addresses. When using Twitter, users will be invited to enter their email address in order to get their minimal user profile be completed.