How to Post a Tweet Using a .NET 8 Web API 🐦

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 17

  • @KeiGGR
    @KeiGGR 9 місяців тому +4

    Just dropping this here in case someone is as lost as I was: To use the v2 tweets endpoint to post tweets you need an Access token and secret with Read, Write permission. If you created one without setting up User authentication first, it will only create it with the Read permission, so first you need to set up User authentication and then re generate the Access token and secret for it to have write permission and be able to create tweets with the api v2 endpoint.

  • @lakshaymalhotra
    @lakshaymalhotra 2 місяці тому

    Thanks Man really appreciated was looking for a solution and got the exact one...

  • @bengofran
    @bengofran Рік тому +1

    Great video, any idea on how to tweet an image? I tried it many times but no luck.

  • @ExpensivePizza
    @ExpensivePizza Рік тому +1

    This is great. Something I've been meaning to look into for a while now. Thanks!

    • @PatrickGod
      @PatrickGod  Рік тому

      Awesome! Glad I could help! 😊

    • @10Totti
      @10Totti Рік тому

      Github code please :(

  • @harvey_04
    @harvey_04 Рік тому +1

    Thanks for the video bro

  • @huuse2760
    @huuse2760 Рік тому

    this is great. btw how about get tweets?

  • @FrustratedCoder-s9t
    @FrustratedCoder-s9t 3 місяці тому

    If you need to post tweets from different users, how to sign-in?

  • @TestTwitter-m3e
    @TestTwitter-m3e 5 місяців тому

    Can I also access this through C# Console App?

  • @bbbilgi
    @bbbilgi 11 місяців тому

    Failed to fetch.
    Possible Reasons:
    CORS
    Network Failure
    URL scheme must be "http" or "https" for CORS request. how can i fix this?

  • @1stkings
    @1stkings Рік тому

    Hello Patrick God, Thank you for this video but i couldnt find my twitter (X) API Keys .please how do i do that

    • @PatrickGod
      @PatrickGod  Рік тому

      You have to register in the Twitter Developer Portal. It's totally free. 😊

    • @1stkings
      @1stkings Рік тому

      @@PatrickGod please Good 😊 morning from this side is there any link to register

    • @1stkings
      @1stkings Рік тому

      thank you i have been able too sign up
      @@PatrickGod