I'm trying to follow the Scotch.io tutorial found here, but I run into a problem when trying to test this method.
I'm running Ubuntu 14.04, and developing on a Ubuntu Server VM. My callback points to my VM where the Node server is running (192.168.1.xx), but when I attempt to use Google to login, I get the following error:
"device_id and device_name are required for private IP"
If I use a random FQDN as my callback address, I can authorize my application, but obviously the callback doesn't work.
What can I do to allow me to test this process properly?