we have created our own social network on elgg. for analysis of our social network we want to get all the activities of the users based on authentication using an api similar to graph api provided by facebook for its developers.
How to create an application and get the public and private key ?
How to get authentication for fetching the data.
thank you
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.
- Dominic Milburn@steeloctopus
Dominic Milburn - 0 likes
- esai@esai
esai - 0 likes
You must log in to post replies.There is a webservice API that you will also you to authenication and retrive data for use in a 3rd Party platform.
https://github.com/markharding/elgg-web-services
This plugin should give you a good starting point and provides some examples on how best to extract the data you need.
Thank you very much for your help sir..