Twitter - :mod:`velruse.providers.twitter` ========================================== The Twitter provider combines authentication with OAuth authorization. It requires a Twitter Application to have been created to use. Twitter only provides the twitter screen name and id, along with an OAuth access token. Twitter Developer Links: * `Register a New Twitter Application `__ * `Twitter OAuth API `__ Settings -------- ``consumer_key`` Twitter application consumer key ``consumer_secret`` Twitter application secret POST Parameters --------------- Complete Example: .. code-block:: html
Pyramid API ----------- .. automodule:: velruse.providers.twitter .. autoclass:: TwitterAuthenticationComplete :show-inheritance: .. autofunction:: includeme .. autofunction:: add_twitter_login .. autofunction:: add_twitter_login_from_settings