Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBPress: How to programmatically register and login members

  • @ozu

    Participant

    I am developing an android app for my wordpress forum. Please is there any way I can create new users and login old ones programmatically? Maybe a rest API or something.

    Please you can show the code in php or any language of your choice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @robin-w

    Moderator

    No idea what a rest API is , but bbpress uses wordpress’s register and login processes, so you can simply use those

    I googled

    wordpress rest api login

    and got

    http://v2.wp-api.org/guide/authentication/

    but there’s a whole site there

    @robin-w

    Moderator

    ditto registration

    google

    wordpress rest api register new user

    gets you several answers

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar