This repository was archived by the owner on Apr 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Twitter Authentication
Mohamad Nour Chawich edited this page Apr 7, 2016
·
2 revisions
Wiki ▸ API Reference ▸ Authentication ▸ Extended Authentication ▸ Twitter Authentication
Check Linked-Accounts
Profiles can publish their shouts to Twitter by adding publish_to_twitter property and set it to true to the POST JSON body when creating a new shout.
Clients should consider the following
- Adding “Publish to Twitter” checkbox defaulting to
trueiftwitterexists under Profile'slinked_accounts. - in the case of non-existing
twitter, initiating a Twitter authentication flow. - setting
publish_to_twittertotruein the shout POST JSON body.
POST: /shouts
{
"publish_to_twitter": true
}