I'm using Naitik Shah PHP library for Facebook. I've recently started playing with Authenticated Referrals, but I'm really, really confused. I'm not entirely sure how to work with both systems in tandem and find the Facebook documentation confusing at best.
In my Facebook settings I'm using Auth Token Parameter: Querystring which returns a code.
*Query String: if your app is using server-side authentication. If your app is a canvas app, we will not use this setting and will use the "signed_request" as the response type automatically.*
The app is NOT a canvas app, so it's sending code.
Return an access token or code
As far as I can tell this is the only place in the entire API where code is sent. I'm not entire sure that that "code" is or what to do with it once I have it. I'm confused about the entire oauth thing doesn't help at all. Being a programmer and bing a little thick on this matter, is there ANYONE out there with just a snippet of PHP code that exemplifies what to do with this request code to tease out the required information for authentication?
Thank you!
Working with the new PHP library for Facebook will automatically work with the code variable from Authentication Referrals.