Revisiting streetcred

A few months ago I posted about the difficulties integrating Facebook credits with Rails applications, and suggested that a gem could potentially be used to simplify the callback action.  Right now, I am working on just that!  I’m working on this gem, which I call streetcred (at https://github.com/ragingsquirrel3/streetcred).  My goal for this project is to create a simple ‘handler’ object which can be initialized in the callback action.  This handler, out of the box, will correctly respond to multiple requests from the Facebook Credits Dialogue with simple Lorem Ipsum type content.  This content will be easily configurable.  

So far, it’s just some specs and basic gemspec stuff.  We’ll see how it goes… 

Leave a comment