Recent content by ppissanetzky

  1. ppissanetzky

    XF 2.2 alerts/mark-all

    So, is this a bug? Any way to get around it or get a fix?
  2. ppissanetzky

    XF 2.2 alerts/mark-all

    The same happens for alerts/{id}/mark
  3. ppissanetzky

    XF 2.2 alerts/mark-all

    Using the REST API to POST to alerts/mark-all with {read:1} I get the following error: "code": "missing_scope", "message": "This request requires access to the following scope: alert:read:write", "params": { "scope": "alert:read:write" } I'm using a super user key with alert:read and...
  4. ppissanetzky

    XenForo's handing of cookie domains

    Is this still the correct way to allow a subdomain to get XF cookies? Add the . prefix to the cookie domain and change the prefix at the same time?
  5. ppissanetzky

    XF 2.2 Get secondary_group_ids for a user

    It seems that users/find-name and users/:id/ do not include secondary_group_ids in their response. I even tried users/:id/ with the XF-Api-User header set to the same id and using a super key. Is there a way to get another user's secondary_group_ids?
  6. ppissanetzky

    XF 2.2 Authentication from a Node application

    Perfect, thank you. It was not obvious that xf_user is the remember cookie.
  7. ppissanetzky

    XF 2.2 Authentication from a Node application

    I'm working on a Node application that is on the same domain as our forum. I'd like to authenticate every request to this application against the forum, to ensure the calling user is valid and get user information. My application has access to all the XF cookies in every request. What I'm doing...
Top Bottom