I've created a facebook page app in the new timeline view with the js sdk, and I'm using a fb.ui call to use a multi-friends selector to invite my friends to the app. However, when my friends click on the invite they are taken to a version of my page which does not have a like button.
Screenshot of what people see when navigating to the page normally (ignore the facebook logo on the far left top here): https://i.stack.imgur.com/pIMHG.jpg
Screenshot of what people see when linked through an invite: https://i.stack.imgur.com/4Ryl5.jpg
And I see the console error: 'Refused to display document because display forbidden by X-Frame-Options.'
Any tips on how to fix this?
Thanks for any help.
Edit: I've found that the issue is that the invite is directing people to the canvas url of the app, not the page tab. Is there a way to link people to the page tab?
Edit 2: After researching and hitting my head on the keyboard I have found a common solution is having the canvas page redirect to the page tab (as described here and here). This has worked for me, but upon accepting the app invite, the user is prompted to accept the app permissions, which aren't necessary to view the app, and I'm staying inside of facebook. I'll keep updating as I go.
Edit 3: I had authenticated referrals turned on in the app settings. I'm a dumb. I'll put up an answer in case anybody googles this.