zhuberty / WP-InboxFirst

InboxFirst WordPress Plugin
0 stars 0 forks source link

Invalid Mailing List ID #1

Open chalamministries opened 8 years ago

chalamministries commented 8 years ago

I keep getting

please specify a valid auth_id and auth_key Please ensure that your Mailing List ID is correct in InboxFirst->Settings

I went into the mailing list I created and went to admin section. It shows the ID. I copied and typed it into the field. Organization ID I got the organization ID from the Admin menu. I have a new API key. I wonder if something has changed in the API

zhuberty commented 8 years ago

InboxFirst recently started using base64 encoded strings for their API Keys. If you take that string and paste it into the decoder at https://www.base64decode.org/, you will see that the string decodes to ORG_ID:API_KEY. So, until I implement an update to handle those base64 encoded strings, you can decode the string, copy ORG_ID from the left-hand side of the colon, and API_KEY from the right-hand side of the colon, and paste them into their respective WordPress fields in the plugin settings. If you are confused or have any questions, let me know. Feel free to contribute to this code base too if you are a programmer. Thanks.