• hi, today I found this error:

    Error posting on twitter. Error: {"title":"Too Many Requests","detail":"Too Many Requests","type":"about:blank","status":429}

    Can you help me? Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Support Kush

    (@kushnamdev)

    Hey @alessandrobalboni

    Add the below filter in the active theme functions.php file, at the end of the file; this will show the Use your own keys settings.

    add_filter( 'option_rop_first_install_version', '__return_false' );

    Twitter Developer

    1. Login to https://developer.twitter.com with the Twitter account you want to use
    2. Create an App
    3. Add user authentication settings: “read & write”, “web app”
    4. App info (make sure to change these to use your own domain!):
    5. Callback/Redirect URL: https://example.com/wp-admin/admin.php?page=TweetOldPost
    6. Website URL: https://example.com
    7. Make sure to copy both your keys

    Revive Old Posts plugin

    1. Delete accounts from Revive Old Posts in WordPress
    2. Choose to create/add a new account “Twitter” button
    3. Choose “Use Your Own Keys” button
    4. Enter your two keys
    5. Login should proceed and everything will be activated
    6. That’s it! The plugin will now be working once again.

    Let me know if you have other questions, thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Error posting on twitter – too many requests’ is closed to new replies.