info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- ihayredinov@ihayredinov
ihayredinov - 0 likes
- Dan@kiter
Dan - 0 likes
You must log in to post replies.That's beauty of REST API keys - they are unique :)
$public = sha1(rand() . $site_guid . microtime());
$secret = sha1(rand() . $site_guid . microtime() . $public);
if you haven't saved your secret key somewhere, you won't be able to regenerate it
darn :)