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.
我想在我的项目中开发一个功能,我应该能够使用 oauth 向 Twitter 发送推文。我曾尝试使用以下直接推文方法:
https://twitter.com/intent/tweet?text=' + text + "&url=" + encodeURIComponent("myurl");
但这需要在每条推文上登录。
谁能帮我吗…………。