Dear Make community,
I am trying to build a flow to connect to my x .com app using some manual analog of oauth 2.0 with PKCE to be able to post to X from Make.
I was able to construct a authentication code URL and get a code, but then I am completely stuck. My app is configured the way that it should allow to get a refresh_code, but I am not able to get to that stage.
I use https ://www.integromat.com/oauth/cb/oauth2 as redirect url and then extract code manually for the first time.
I have read that someone has solved a similar issue here: Connexion to an app requiring PKCE code (and base64url encoded S-256 transformation)
and here Connecting to Twitter with OAuth 2.0 and PKCE
But unfortunately there is not enough information for me to implement it for myself. Does anyone have some instructions on how to get through it?
Thank you in advance!
Hey @MarketingJN , make announced a few months ago that X API will no longer be integrated with the platform.
Hello @MarketingJN 
I’m sorry to share that, as of May, we’ve had to remove the X (formerly Twitter) app integration from our offering. This change was due to X’s updated API policy and pricing, which unfortunately made it impossible for us to continue providing a sustainable integration for our customers.
Recommended next steps
To help avoid any disruptions to your workflows, we recommend exploring alternative social media apps available on Make that can support your objectives. Some options you might consider include:
- Social media management tools such as Buffer or Hootsuite
- Alternative platforms like Bluesky, Mastodon, and others
We truly appreciate your understanding, and if you’d like any guidance in finding the best replacement for your use case, we’d be happy to help.
If you are interested in more information, find them here.
Hello Misha,
Thank you for your response, I am aware that there is no direct connection through Make. What I am looking for is a workflow that uses http requests to perform a workaround.
If you have any solution, please let me know.
Thank you in advance!