Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Suzie

    (@suziekh)

    Hi,

    Please, try the following steps.

    You should be able to fix the occurred issues.

    Thank you and have a nice day!

    Thread Starter Daniel Letschka

    (@dinonid)

    Which steps? ??

    Plugin Contributor Tigran Nazaryan

    (@progmastery)

    hi @dinonid ,

    this error message is from Facebook Graph API response. It seems that you have just updated the plugin without Facebook login. Missing user_id is the ID of your Instagram business page.

    More technical info here
    request is something like this

    
    https://graph.facebook.com/ig_hashtag_search/?user_id=&q=myhashtag&access_token=
    

    response is

    
    /**/ jQuery112405835232829560044_1549350226119({
       "error": {
          "message": "(#100) The parameter user_id is required.",
          "type": "OAuthException",
          "code": 100,
          "fbtrace_id": "D/pqMCTVLLN"
       }
    });
    

    Note that access token is also missing because you have not obtained it via login.
    The solution is logging in using Facebook.
    Please follow the instructions here to setup hashtag feed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error #100 since update to 1.3.13’ is closed to new replies.