I ran into an issue while writing a Twilio app in Rails where Twilio kept getting a 502 bad gateway error. The url I was using was definitely working, so that wasn’t the issue. I did a little google sleuthing and the answer is putting the following code into the controller:
skip_before_filter :verify_authenticity_token
Continue Reading…
Posted by Liah on Jul 25, 2010
Sometimes I wonder about my sanity when I voluntarily spend a sunny Saturday in a basement writing code. Yesterday was one of those days at the Social App Workshop held at Heroku’s new headquarters. The morning was an action packed string of talks from engineers at Twitter, Twilio, Facebook, Apigee and Heroku. I was really impressed with Jeff’s talk about Twilio and thought I’d try making an app with it’s api.
The results of my efforts are here: http://voicenotes.heroku.com/voice_to_text
My goal was to write an app that you could call, record a message, and the message would be transcribed and put on a webpage. The transcribe feature is pretty inaccurate. I left a voicenote of ‘Remember to take out the trash’ and it transcribed it as ‘Remember to take out the plan’. It got ‘two laundry’ when I said ‘do laundry’. But still, Twilio is a very cool idea and it got my idea juices flowing.
Continue Reading…
Posted by Liah on Jul 25, 2010