Ok, I finally got that working, but in a completely different way that I was doing before.
Before I was using <fb:redirect url="https://graph.facebook.com/oauth/authorize?client_id=xxxxredirect_uri=#redirectURL#&scope=email"> Which I'm assuming I'm still going to need to do at some point to have the user authorize my application. and then on the redirectURL page I was exchanging the code I received in the URL scope for an access token for the currently logged in user. I could then retrieve https://graph.facebook.com/me with all the data I need (the profile's email address in this case). Now when I have it working as a tab, I get a bunch of FB_SIG form fields., including FB_SIG_PROFILE_ID, which I assume is the profile user's userID. I can't seem to get an access token now to access https://graph.facebook.com/me, with the viewed profile's email address. I do not want the viewing user's information, just the information on the user who put the tab on their profile, so I can match up the email address in our DB and dump a bunch of information to the page. Sorry for the book, but I have made progress! :) I'm just stumped again, and this is the most active list I'm on. Thanks again, Michael On 9/11/2010 11:09 AM, Michael Reick wrote: > Alright, so I've got my little application authenticating with > Facebook, getting some extended permissions, and returning to my website > so I can display some data. > > All this seems to be working fine. What I need now is to be able to add > this page that I've created as a tab on a person's Facebook page > automagically. > > I've been googling, but so far no luck at all. > > It doesn't help that I do not know php very well of course, but > regardless, I've been drawing a blank so far. > > Any leads, suggestions, help? > > Michael > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336964 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

