Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author digicution

    (@digicution)

    Hi gagowen1,

    Hmm, interesting. Are you sure you have generated all required Twitter Keys for your application and also generated a token? There should be 4 entries in all to input on the first settings page.

    If so, is there anything in the debug logs (On the latest version of the plugin, click on the logs and then View Debug Log).

    Thanks,

    Dan.

    I’m having this exact same problem. I have triple checked all the access keys and they’re correct. Nothing very useful in my logs:

    ID: 71
    URL: https://api.twitter.com/1.1/statuses/user_timeline.json?count=5&include_entities=true&include_rts=true&screen_name=digicution
    OAuth Headers: count=”5″, include_entities=”true”, include_rts=”true”, oauth_consumer_key=”PYyvMlQ0co65ukjT1lEwqDvbY”, oauth_nonce=”1437512703″, oauth_signature=”RO40xwBqZrEPfR0FkgShG%2BjL6S4%3D”, oauth_signature_method=”HMAC-SHA1″, oauth_timestamp=”1437512703″, oauth_token=” 625437459-bb82YubIby664d7t0IeHbAfzHe44qExmI7K9rVNk”, oauth_version=”1.0″, screen_name=”digicution”
    Output: {“errors”:[{“code”:32,”message”:”Could not authenticate you.”}]}
    Submitted: 2015-07-21 21:05:04
    Timestamp 2 Date: 2015-07-21 21:05:04

    Can you help??

    Plugin Author digicution

    (@digicution)

    Hi tljohnson,

    Firstly, I would suggest removing the oauth keys from your above post – these should be kept confidential if possible ??

    Could you please try the following and let me know if this resolves the issue :

    1. Open up the file wp-content/plugins/digicution-simple-twitter-feed/includes/dt-display.php

    2. On Lines 31 – 34, manually enter your Access Details here – ie:

    $dt_twitter_oauth_access_token=’ACCESS TOKEN HERE’;
    $dt_twitter_oauth_access_token_secret=’ACCESS TOKEN SECRET HERE’;
    $dt_twitter_consumer_key=’CONSUMER KEY HERE’;
    $dt_twitter_consumer_secret==’CONSUMER SECRET HERE’;

    3. Save the file and force an update on the plugin.

    This will help me ascertain whether it is actually the encryption I’ve used that is the problem or whether there is something else causing the authentication error.

    Thanks,

    Dan.

    Hi, Dan…

    Running v1.4.4 on WP v4.3.1, and I’m having the same problem. Nothings shows up at all, whether I use the widget or shortcode in a text widget.

    andersonandpetty.com

    I have tried regenerating and re-entering all 4 codes and forcing an update, but still nothing shows.

    I have also followed your steps above for the dt-display.php, but no change.

    Any ideas what might be going on?

    Thanks…
    —jonathan

    Hello?…Anyone? Do I need to switch plugins?

    Plugin Author digicution

    (@digicution)

    Hi Mowse,

    Yes, this plugin has now been discontinued as I simply haven’t the time to support it. There are many other Twitter plugins in the directory that are able to perform the same functionality as this one ??

    Thanks,

    Dan.

    Thank you, Dan, for your reply. Good luck to you.

    This is a great plugin, though…If you find the time to update it, is there a way to find out?

    Plugin Author digicution

    (@digicution)

    Hi Mowse,

    No probs, I’ve had a few people request it’s continuation but I’m not sure yet as to whether I’ll be able to take the time to get it back up and running. I may have some time in December to take a look at it but it needs a massive overhaul to bring it in line with new Twitter specs and my spare time will depend on work! If there is anyone out there willing to take on the project, the files are all GPL licensed so they are more than welcome to pick it up and branch it off ??

    Cheers,

    Dan.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Authenticate’ is closed to new replies.