I want to be able to check in to foursquare from a microcontroller. Now as it doesn't have a browser I can't use OAuth that allows user to accept the authorisation. Is there anyway I can hardcode this into the microcontroller code.
Basically I only want to be able to check in to a fixed place when I press a button on my embedded device to my own foursquare account. so it's a pretty static task.
any suggestions would be much appreciated