• Resolved robdev8

    (@robdev8)


    The app for twitter needs to be updated. It has changed to X.com now with a new logo and I’m getting this error.

    Array ( [message] => Signed API request to https://api.twitter.com/oauth/request_token has returned an error. HTTP error 401. Raw Provider API response: {“errors”:[{“code”:32,”message”:”Could not authenticate you.”}]}. ) Signed API request to https://api.twitter.com/oauth/request_token has returned an error. HTTP error 401. Raw Provider API response: {“errors”:[{“code”:32,”message”:”Could not authenticate you.”}]}.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Paolo

    (@paoltaia)

    HI Rob, thanks for reporting this, the Developers are looking into it. Thanks!

    Hi @robdev8

    That Error 32 is almost always an authentication mismatch.

    Double-check your app settings on the Dev portal first. You’ll want to make sure the App Type is set to “Web App, Automated App or Bot” and that your Callback URI is exactly https://yoursite.com/uwphauth/twitter (just swap in your actual domain there). Also, don’t forget to enable the “Request email” toggle while you’re in there.

    Once you save that, go ahead and regenerate your API Key and Secret under the “Keys and tokens” tab. Copy those over to your UsersWP settings.

    If it’s complaining about moving the app into a “Project,” definitely do that. Standalone apps are super buggy these days. Let me know if that clears it up!

    Plugin Contributor Paolo

    (@paoltaia)

    Just FYI: We already have an upgraded hybrid auth library and have updated Twitter to X. There is still a CSS change to add, after which we will release updates.

    Thanks for your patience

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.