HypeWall posts

Hello community,

I'm trying to post automatically with hypeWall plugin. When a user writes something on the wall i would like to give him a reply which is also released on the wall, eg user writes "hello" on the wall and the wall replies with a new post with message "Hello user". Now I have to understand how hypeWall plugin works and how it releases posts. I'm very new to php programming and really need help.

Til now I wrote a client which sends the post message to an api, and the api should answer with a post back.

Maybe I can use

hypeApps()->actions->execute(new SavePost()), which executes action SavePost.

I'm searching for a solution like the_wire_save_post() which can save wire posts on the wire.

Hope that someone also uses hypewall and can help.

 

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking