Game status Live but page sharing forbidden? - facebook

I have submitted the game on Facebook (Ostrich Island), App center page says:
"App Detail Page Status: Live
Your app detail page is now live and will appear in Search."
BUT, I cannot even send the game link to my friend. When she receives it the message says the link was removed.
I have tried the different links:
http://www.facebook.com/apps/application.php?id=477037362322781
http://www.facebook.com/appcenter/ostrichisland
http://apps.facebook.com/ostrichisland
All of them works for me, but not for anybody else.
Game Community page also shows Play Game button only for me.
Did I miss something?

Your app's ID returns 'false' when accessed at https://graph.facebook.com/477037362322781
I'm almost sure, assuming you haven't deleted the app, that it's in sandbox mode
Check the 'Advanced' tab of settings, 3rd item:

This issue is officially complaint by many Facebook users and now Facebook game status is working well at my side.

Related

&makeprofile=1 parameter no longer works

I made several apps that invited the user to create pictures, uploaded them to facebook and then sent them to a link on facebook that allowed them to set them as their profile picture:
https://www.facebook.com/photo.php?fbid=10152753169290428&makeprofile=1
In the last few days, facebook is just ignoring the makeprofile parameter. I just love developing for facebook, it's such a roller coaster ride.
Can anyone help? Is there an alternative?
You can redirect to the mobile URL like:
http://m.facebook.com/photo.php?fbid=[photo-id]&prof
and then it magically works.
The undocumented makeprofile=1 does still work, but the user needs to have permission to view the photo in the first place. I tested this on the following public image:
https://www.facebook.com/photo.php?fbid=10100464869430336&set=a.575724691546.2154239.60506094&type=1&makeprofile=1
Update (14 Dec 2014):
Clicking on the above link using a Desktop browser shows me the below popup on Facebook. The feature does still work (at least for me).

Facebook Page Tab for App redirecting links with fb_page and returning error

I've made a Facebook Web App and added it to a already existing page, as a tab. When navigating through the app itself in it's original address, everything works fine.
The problem occurs when clicking links while using the app from the tab. I noticed Facebook added the fb_page plus a lot of numbers to the original link and it turns the link unreachable.
Does anyone know what can I do to correct it? I appreciate any help.

Facebook application url and comment box

I have multiple application on Facebook suddenly I got this issue without any code change.
I have a facebook comment plugin with href of the application URL but it is not working correctly as I can't expand or see any comment, also moderate interface is not visible in some applications
My meta s are
"Sorry I had to null the data"
Any idea what is the problem, and how to fix this, I could not find anything!
Here is more screen shots
NORMAL USER
ADMIN USER

How Do We remove "this page has in-secure content" from facebook that players see before joining?

Our server is secure, we have followed all rules and are now beta testing our game located at http://apps.facebook.com/cityfederation/ The problem is new players (we have testers all over the world) all see this page that says "this page has in-secure content"
All players see this and it says Facebook recommends that player does not load this game.
We have tested advertising on Facebook and this warning would prevent anyone from joining even though you can clearly see from screenshot that the url is https://apps.cityfederation...
Does anyone know how to correct this as it would be costly to advertise on Facebook at $1 or so per click and then lose 75% of people when they see this. Plus we'd like to be able to grow in Facebook and this isn't helping.
This will not let me post a screenshot due to being new member here in stackoverflow but anyone can see if you try to play the game. Search for City Federation in Facebook.
The console says:
[blocked] The page at https://cityfederation.com/testing/examples/ ran insecure content
from http://script.opentracker.net/?site=cityfederation.com.
This is where your problem comes from.

"view app profile page" button missing

I've just duplicated and re-skinned an app I've used many times before. It's a simple Like gate with a name/email form to fill in.
I've copied the details for the app config within the developer app just as I do every other time. Last time I installed an identical app was about 3 weeks ago.
I am missing the "view app profile page" on any app I've tried to create today which means I can't add it as a custom tab to my pages to test it out, or get to it at all.
Anyone know why this may be the case please?
Thanks.
Try the following link
https://www.facebook.com/dialog/pagetab?app_id=[APP-ID]&redirect_uri=[http://www.yourdomain]
before use, replace:
[APP-ID] with your app id
[http://www.yourdomain] with the Facebook canvas or tab URL (on your domain; not the facebook.com one)
As you can see from this facebook developers blog post, facebook has started removing the "application profile page". This change will be completed 1st of February 2012. There are details in the blog post on how to handle these changes.