Skip to content

class Twitter_OAuthToken

Oliver edited this page Apr 25, 2020 · 1 revision

www/includes/twitter-php/OAuth.php


Twitter_OAuthToken

Package

Default

Overview

Public Properties

key() | secret() |

Constants

No constants found

Public Methods

__construct() | __toString() | to_string() |

Properties

key

public $key

secret

public $secret

Methods

__construct()

key = the token secret = the token secret

public __construct(mixed $key, mixed $secret) : mixed

__toString()

public __toString() : mixed

to_string()

generates the basic string serialization of a token that a server would respond to request_token and access_token calls with

public to_string() : mixed


\ » Classes » Twitter_OAuthToken

Clone this wiki locally