Recent content by NhanNT

  1. NhanNT

    [bd] API

    Hey @xfrocks , could you add Swagger support for your API? It should be easier to integrate your API with management system :)
  2. NhanNT

    [bd] API

    In case the current user token needed to identify the actor, there will be the repetition :) would you consider that case?
  3. NhanNT

    [bd] API

    so, extra requests for an informatively exposable property (one for initial information and one for only the usergroup fields)? It doesn't seem really sound :)
  4. NhanNT

    [bd] API

    maybe there are some misunderstandings. I need to check usergroups for a mass number of users (for example, all users posting in a specific thread). Of course, checking based on everybody's login to get their usergroups is impossible.
  5. NhanNT

    [bd] API

    my client app relies heavily on first-time, one-way binding mechanism. Many properties are dependent on usergroup's attributes and checking those for every user each time app loaded is impossible :)
  6. NhanNT

    [bd] API

    @xfrocks, can you make information about user's groups available publicly? I think it would be nice to have that fields available.
  7. NhanNT

    [bd] API

    I developed my forum's Windows app based on this API. Please pm me if you need any support.
  8. NhanNT

    [bd] API

    sorry for late response. It works like a magic now :)
  9. NhanNT

    [bd] API

    waiting for your awesome works (y)
  10. NhanNT

    [bd] API

    Here is the request I sent grant_type=password&username=example@example.com&password=123password&client_id=MY_API_KEY&client_secret=MY_SECRET_KEY&redirect_uri=MY_REDIRECT_URI
  11. NhanNT

    [bd] API

    As tested with version 1.4.3b, I got this response with status code 400 when trying to authenticate with email {"error":"invalid_grant","error_description":"Unable to retrieve user information","system_info":{"visitor_id":0,"time":1435150914}} Authentication with username is still ok
  12. NhanNT

    [bd] API

    Discovered where the problem came from. The new version doesn't accept email as username anymore :)
  13. NhanNT

    [bd] API

    Hello, Upgrading to the latest version, I tried to authenticate users with grant_type=password and received message said "Unable to retrieve user information". Usernames & passwords are all correct. What's the problem here?
  14. NhanNT

    Tapatalk Forum App for xenForo - iOS / Android / Windows Phone Mobile App [Deleted]

    generally it's fair to say tapatalk hasn't got what it made in the past. slow update on recent posts, hard-to-implement API, lacks of features, unreliable performance, frequent timeout. should take a look on something [bd]APi or XenAPI. they've done fantastic work.
  15. NhanNT

    XenAPI - XenForo PHP REST API

    request submitted :) i'm looking forward to your update
Top Bottom