NOTE: 534 stars, 106 forks. I love you all. Please contribute tips and edits back to this cheat sheet -- email's will.sargent@gmail.com and you can treat gists like git repositories and send git diffs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.fdvs.bandwdth | |
| import grails.converters.JSON | |
| import static java.net.HttpURLConnection.* | |
| class ArtistController { | |
| private static final String ERROR_MANDATORY_ID = 'Must receive artist id' | |
| def facebookService |