Creating a module to change from the Follow model to the Friend model
Jamroom Developers
Ning uses the Facebook/Friend model:
1) I send you a friend request
2) You accept
3) we can both send each other private notes
Jamroom uses the Twitter/Follower model
1) I send you a Follow request
2) You accept. You can send me private notes
3) You sent me a Follow request.
4) I accept. I can send you private notes.
Both models are great but my Ning members are used to the second one.
So I am trying to write a module that will immediately authorise both party when a request is accepted.
I am following the documentation here:
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/26/creating-a-module
I went to Follow + Private Note + User module > Info, hoping to find an event that related to the Follow request being sent, so I can have a listener. But I can't find it.
Developer mode is enabled.
Where should I look for this event?
updated by @elise: 02/23/17 04:32:56PM