• Resolved kagott

    (@kagott)


    Is there anyway to receive the wordpress logged in token alongside with the id, because it is needed for mobile developing. Because right now the only thing the endpoint returns is the Id or is there any way to modify or add what is needed to the endpoint?

Viewing 1 replies (of 1 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @kagott

    I am sorry, but as we mention in our documentation of our REST API:

    Our API can only help you in checking if there is a WordPress user in your site that is connected with the currently used social account or not.

    • If there is a user then our API can return the WordPress User ID, that you can use to log the person in to the corresponding account.
    • If there is no user, then you need to register a new account, log the person into that account and link the social media account to the registered WordPress account. In the documentation above you can find more information about the linking process.

    So both the login the registration needs to be handled by your own codes.

    Best regards,
    Laszlo.

Viewing 1 replies (of 1 total)
  • The topic ‘How to get more userdata rather than only the id of the logged in user’ is closed to new replies.