Where can i find API KEY
Permalink
I have installed API block and i cannot find API key that is in profile page
Has anyone know that?
"API Basics
This api provides responses in json. All api requests require a key to use. You can find this key in your profile page. You are limited to 100 requests every 86400 seconds. If you exceed this limitation more than 10 times your key will be banned."
https://www.concrete5.org/marketplace/addons/api/documentation/...
Has anyone know that?
"API Basics
This api provides responses in json. All api requests require a key to use. You can find this key in your profile page. You are limited to 100 requests every 86400 seconds. If you exceed this limitation more than 10 times your key will be banned."
https://www.concrete5.org/marketplace/addons/api/documentation/...
Thank you so much :) Mhawke
Your answer reduced me a lot of time
I really appreciate for your help
Your answer reduced me a lot of time
I really appreciate for your help
Glad to help but I still had problems getting it to work. There is a coding error in the PHP files that stops the data from being found. I reported it here a while back:
http://www.concrete5.org/marketplace/addons/api/support/invalid-use...
I have attached a copy of my controller.php file that fixes the problem. Rename the attached file to just 'controller.php' and put it in the [root]/packages/jacks_api/controllers/api/ folder.
http://www.concrete5.org/marketplace/addons/api/support/invalid-use...
I have attached a copy of my controller.php file that fixes the problem. Rename the attached file to just 'controller.php' and put it in the [root]/packages/jacks_api/controllers/api/ folder.
I appreciate the things you do so much indeed :)
Thumbs up
Thumbs up
After installation, you need to enable 'Public Profiles' by going to Dashboard->System and Settings->Public Profiles.
Then you need to add a 'Single Page' called 'members' to your site by visiting Dashboard->Single Pages and add 'members' (lower case, no php extension).
Then head to your Dashboard->Sitemap and move your new "Members" page to somewhere else on your site (unless you like it where it was created). I hid mine under an Admin area that's not accessible to the public but you can add the 'Exclude from...' attributes to this page to hide it from the public and Google.
If you visit this Members page and click on the link to your profile, you should see an 'API Key' link somewhere (see attached)
Hope this helps. I think the developer sort of assumed quite a bit of c5 knowledge when creating the documentation.