Skip to content
#

twitter-api

Here are 2,397 public repositories matching this topic...

ArthurBugan
ArthurBugan commented Jun 5, 2017

I'm trying to upload an image but i see that the example code sugests:
// these files to upload. You can also just upload 1 image!
$media_files = [
'bird1.jpg', 'bird2.jpg', 'bird3.jpg'
];

// will hold the uploaded IDs
$media_ids = [];

foreach ($media_files as $file) {
// upload all media files
$reply = $cb->media_upload([
'media' => $file
]);
// and collect their IDs
$media_ids[

andypiper
andypiper commented Mar 19, 2020

Hello from Twitter Developer Relations!

First of all: Thank You, for building on our API, and for supporting our developer communities! You, and many projects like this one, are among the reasons why Twitter data is much-appreciated by developers. We historically haven't built libraries and SDKs - the communities, YOU, have done so - and I'm here to tell you how much we appreciate that, and tha

pixeldesu
pixeldesu commented Nov 29, 2017

We're already linting our JS, so we shouldn't leave out the styles!

If you need a reference on how to use stylelint with Vue files, you can use this blog post as a guide!

What's to be done

  • Install the stylelint, stylelint-processor-html, stylelint-webpack-plugin and stylelint-config-standard packages fro
ardydo
ardydo commented Oct 16, 2018

While I understand that it's intended to bring people to mastodon, the end result is just way less people interacting with the posts if it's just a warning with a link.

Currently I'm finding myself just posting more and more on twitter so I can use the manual CW'ing and have my posts show up in both and I don't alienate my twitter followers from my content and neither subject my mastodon follow

Improve this page

Add a description, image, and links to the twitter-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the twitter-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.