Hello @starlight1986,
There is a command that allows you print the status of the connection, it is documented here: http://docs.thinger.io/arduino/#coding-enabling-debug-output
Bascialy you only have to put #define _DEBUG_ before including Thigner.io library and open a Serial port to start showing all the connection trace.
Hope it helps!