Unfortunately it will be my last 0_o
Here's some code (and what it looks like):
Here's a link:
https://docs.google.com/a/sprinklr.com/document/d/1O25t7W0lQRbSQzENp6WXC3mmJk6jxLv21xkVRElUZyk/edit?...
Here's a video (some of my weird music):
Here's an image (some of my weird art):

Have fun!
-AK
Here's some code (and what it looks like):
http_method = :getapi_host = "https://api.getsatisfaction.com";
api_url_path = "/people.json?fastpass_id=[FastPassIDHERE]"
consumer = OAuth::Consumer.new(CONSUMER_KEY, CONSUMER_SECRET, :site => api_host, :http_method => http_method)
access_token = OAuth::AccessToken.new(consumer)
users_response = access_token.get(api_url_path, request_headers)
puts users_response.body
Here's a link:
https://docs.google.com/a/sprinklr.com/document/d/1O25t7W0lQRbSQzENp6WXC3mmJk6jxLv21xkVRElUZyk/edit?...
Here's a video (some of my weird music):
Here's an image (some of my weird art):

Have fun!
-AK

