xcqoax
July 13, 2017, 3:52am
1
Hi, my name is Gonzalo. i am learning english, my english is poor, sorry.
i need help with API´s Twitter. because i don{t find the documentation about that.
but i find info about create button of twitter for share the page, no for share only the text.
thanks so much for help me.
First off, no need to apologize for your English. I’m sure it’s much better than my … errr … whatever it is you speak. Just be patient with us.
Yes, APIs are confusing enough to begin with and every one is different and they are often poorly documented.
So I ignored Twitter’s API and did it an easier way:
window.open("https://twitter.com/intent/tweet?text=" + text);
4 Likes
This page (https://dev.twitter.com/web/intents ) explains in detail how to use Twitter’s Web Intents.
1 Like
xcqoax
July 13, 2017, 4:49pm
5
Thank you so much for your help. I will try it
1 Like
No problem, let us know if you need any more help with web intents
xcqoax
July 13, 2017, 4:51pm
7
thank you so much for your help, i will see the info.
1 Like