Skip to content
#

twitter-api

Here are 1,932 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[

mariopro
mariopro commented May 15, 2018

Hi, this looks like a great extension but, unless I'm not finding it in the right place, it's hard to know which parameters should be passed to each method, unless we dig into the code and find it. So the question is, is there any place where we can find the minimum required docs?
Thanks!

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

A complete example of a big data application using : Kubernetes (kops/aws), Apache Spark SQL/Streaming/MLib, Apache Flink, Scala, Python, Apache Kafka, Apache Hbase, Apache Parquet, Apache Avro, Apache Storm, Twitter Api, MongoDB, NodeJS, Angular, GraphQL

  • Updated Feb 1, 2019
  • TypeScript

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.