• So iv been looking into this plugin and trying to get it to work.

    inside WoWArmoryTable.php line 291
    $guildm_data = file_get_contents('https://'.$region.'.battle.net/api/wow/guild/'.$server.'/'.$guild.'?fields=members');

    was changed to
    $guildm_data = file_get_contents('https://'.$region.'.api.battle.net/wow/guild/'.$server.'/'.$guild.'?fields=members&locale=en_US');

    in accordance with https://dev.battle.net/io-docs “get members”
    it looks like without a “mashery” api key “{“code”:403, “type”:”Forbidden”, “detail”:”Account Inactive”}”
    is being returned.

    if the developer of this plugin has an api key please update the plugin to reflect that api key in the plugins get_contents url

    example
    ?fields=members&locale=en_US&apikey=99999999

    https://www.ads-software.com/plugins/world-of-warcraft-armory-table/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesnt work, apt needs an api key’ is closed to new replies.