Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はAbrahamのtwitteroauthライブラリを使用しています。TwitterアプリにサインアップしたTwitterアカウントのoauthトークンをデータベースに保存し、PHPで取得して、すべてのアカウントで何かをツイートできるようにしようとしています。ヘルプ?
ありがとうございました!
あなたは単一を持ってい$_SESSION['access_token'];ます。複数のアカウントを処理する場合は、それぞれのアクセストークンを保持(および使用)する必要があります。
$_SESSION['access_token'];