The Twine forums are now archived. If you need help, please visit http://help.supermechanical.com

Add Unique TWINE ID to GET requests, Add multiple Vars to string

If you could send a unique ID to the TWINE with the request.  People could build apps and services to leverage twine.  

But when twine's server communicates outbound, you cannot differentiate which device it came from.

Likewise   .com?t=[temperature]&o=[orientation] only sends the temp, not orientation.

This can be overcome by sending 1 var and parsing it server side, but that is not standard.

.com?vars=[temperature].[orientation].[etc]
Sign In or Register to comment.