Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Twitter Authentication

Mohamad Nour Chawich edited this page Apr 7, 2016 · 2 revisions

WikiAPI ReferenceAuthenticationExtended AuthenticationTwitter Authentication

Check Linked-Accounts

Resources

Publishing Shouts to Twitter

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 true if twitter exists under Profile's linked_accounts.
  • in the case of non-existing twitter, initiating a Twitter authentication flow.
  • setting publish_to_twitter to true in the shout POST JSON body.

POST: /shouts

{
  "publish_to_twitter": true
}

Clone this wiki locally