![Picture of Robin Goodheart Picture of Robin Goodheart](/graphics/unknown.gif)
Robin Goodheart - 2014-07-17 19:53:15
Hi there,
I realize this may seem like a stupid question but i am unfamiliar with the use of curly braces the way they are being used in this:
$this->dialog_url = 'https://www.facebook.com/dialog/oauth?client_id={CLIENT_ID}&redirect_uri={REDIRECT_URI}&scope={SCOPE}&state={STATE}';
how are these strings then replaced with values? I tried to find where that was happening but have yet to locate it in the 2000+ lines in this class..