I want to write an API to register user into Elgg database from an external website. Not sure where to start it. From webservices document, I figured out that I have to write new function which will add new user onto Elgg database and this new function need to be exposed using expose_function. The part I didn't get is where(which folder?) should I write this new function? Should it follow new plug-in directory structure? Do I have to register any event/action?
Thanks in advance for all help.
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.
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- nambi@nambidas

nambi - 0 likes
You must log in to post replies.Yes you should create a new plugin and use the regular plugin directory structure.
Thank you Matt.