You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The user has now authorized access to their Twitter account. The access_token is specific to the user so anytime you want to act as the user create a TwitterOAuth instance and start making requests.</p>
6
6
7
7
<h2>Credential storage</h2>
8
-
<p>Pull the long-lived credentials out of storage. This example uses basic PHP sessions but you implementation should use a database like PostgreSQL/MongoDB/etc.</p>
8
+
<p>Pull the long-lived credentials out of storage. This example uses basic PHP sessions but your implementation should use a database like PostgreSQL/MongoDB/etc.</p>
0 commit comments