• I think everything is hooked in right, but using your sample code:

    <?php
      $tweets = getTweets($number_of_tweets, $twitter_screenname_to_load, $optional_array_of_any_additional_twitter_api_parameters);
      var_dump($tweets);
    
      foreach($tweets as $tweet){
        var_dump($tweet);
      }
    ?>

    I get:

    array(1) { ["error"]=> string(49) "Missing Twitter Feed Screen Name - Check Settings" } string(49) "Missing Twitter Feed Screen Name - Check Settings"

    (at bottom of page: https://daam.us/news/). Even though I have US_DAAM in the screen name field under settings.

    any help greatly appreciated!

    James Khazar

    https://www.ads-software.com/plugins/oauth-twitter-feed-for-developers/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Get Screen Name error’ is closed to new replies.