Where can i find API KEY
PermalinkHas 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/...
Your answer reduced me a lot of time
I really appreciate for your help
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.
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.