when using the koala gem, how do I like the current page?
I thought it would be something like this...but it's not working
@graph.put_like("http://www.currentpage.com")
@graph is an authenticated object, I have it working for put_connections, put_wall, etc...However, put_like keeps returning false.