Page 1 of 1

Passer domesticus [Twitter] (='.'=)

Posted: Mon May 30, 2016 7:06 pm
by Mariasole
Hi!
I'm doing another experiment :D in my submarine and I think it will be useful to all of my colleagues beginners. :!:
I would like to connect to Twitter with LC desktop (not server) and send messages.
Only send messages, nothing complicated...
I read that other programs use the Twitter API to do these things. I do not know what is an API, where to find the Twitter API, and especially if LC can connect with this API to send messages!
Can anyone help me find the key to the problem? :roll:


(='.'=)
Mariasole

Re: Passer domesticus [Twitter] (='.'=)

Posted: Wed Jun 08, 2016 4:41 pm
by MaxV
You can use simple url like this:

Code: Select all

put URL "https://api.twitter.com/1.1/search/tweets.json?q=%40twitterapi"
here the documentation: https://dev.twitter.com/rest/public

However you need to authenticate using oauth: https://dev.twitter.com/oauth/overview

Re: Passer domesticus [Twitter] (='.'=)

Posted: Wed Jun 08, 2016 5:45 pm
by Mariasole
Grazie MaX! :D
Now I'm going to study the material you reported to me, you've been really kind to help me!

thanks again!

Mariasole
(='.'=)