netsmith
netsmith
ie this one - https://camo.githubusercontent.com/ca29b98193b03d95dd691c9ec8e2308b2a8b4f54/687474703a2f2f7777772e7175656e74696e6d617468652e636f6d2f6769746875622f44726f70446f776e4d656e754b69742f506c6163652532304c697374253230416374696f6e2532304d656e752532302d2532306950686f6e65253230352e706e67 Sorry to chase Im about to implement it using a different library but I much prefer your :)
UPDATE: If i quit the app and restart it, it detects the status and calls the custom API, again just the first time. Any change in status after that point...
Should it put something in the log when it calls the API?
 Actually when I start the app it does log the call. After that it never calls it again.
@isaacrlevin don't think you need an actual custom API to test this, as the first step is just to check the log and see if its getting called (as it...
Also what is the difference between "Available" , "Available Idle" and "Activity Available" options. Im just looking on triggering my API when my status chances from anything to "available"
Sorry been on leave - will look into this thanks
Are you supposed to see the POST instruction in the applications logs? (Like the initial call shown above) Because Iike I said I see the first call, but then don't...
Actually does the log file actually show when the team status is changed? or is it just that "Information" ping message and errors?
Ive checked with fiddler and it looks like it is not making the call The initial call to my API (Virtualbutton) is called on startup of the app. (see below)...