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.
我正在使用亚伯拉罕的 twitteroauth 库。我一直在尝试将注册我的 Twitter 应用程序的 Twitter 帐户中的 oauth 令牌存储在数据库中,并在 PHP 中检索它们,以便我可以在所有帐户上发布一些内容。帮助?
谢谢!
你有一个$_SESSION['access_token'];. 如果您想处理多个帐户,则需要为每个帐户保留(并使用)访问令牌。
$_SESSION['access_token'];