Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: dudebxl on March 22, 2016, 07:07:19 PM

Title: Twitter Api
Post by: dudebxl on March 22, 2016, 07:07:19 PM
Twitter Api

Action name: Twitter_Api
Can be used for GET or POST from twitter api.

You will get the raw Json data from Twitter (then Datamaker is recommended)

Setup:

All the information for query building and url extension can be found at https://dev.twitter.com/rest/public

Any problems post here.

On ecosystem or https://snipt.net/dudebxl/

Title: Re: Twitter Api
Post by: KellyRay on March 23, 2016, 12:50:10 AM
Rockin, will check this out!

Thanks
Title: Re: Twitter Api
Post by: dudebxl on March 23, 2016, 03:53:28 PM
When using the api and you want to show text as ASCII characters, I recommend that you also use this action: CleanUtf8String (on ecosystem) to clean all non-ASCII characters.
Title: Re: Twitter Api
Post by: dudebxl on April 02, 2016, 08:56:02 PM
*** Update bump - corrected a small bug
Title: Re: Twitter Api
Post by: m3ndi3 on May 07, 2017, 04:32:28 PM
I need help with this... I'm trying to tweet something using this https://dev.twitter.com/rest/reference/post/statuses/update

I don't know how to do it... it always gives me an error...

twitter url: https://api.twitter.com/1.1/
twitter url type: statuses/update.json

Query: "testing tweet"

I don't know how to make it a post and how to just post "testing tweet"

Please help!
Title: Re: Twitter Api
Post by: dudebxl on May 19, 2017, 09:48:13 AM
The query is wrong..

Can you get it to work using the Ufo example?

Did you read the setup guide and https://dev.twitter.com/rest/public?