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");
ただし、これにはツイートごとにログインが必要です。
誰か助けてくれませんか…………。