Adding a website game to facebook as an facebook game - facebook

I can't add my game to facebook. The game is located at: https://messenger.ee/facebookapp1/ . Under App Center I see a message:
Currently Ineligible for Submission
Please make sure your App Details Page follows all the App Center Guidelines. Also verify that the platforms your app supports are set to YES under App Center Listed Platforms in App Details
Even though all fields are filled, it still says that something is wrong, but not what...
Can someone help me?
A picture:
Picture from Facebook App center

Related

can people see Facebook IOS app on their facebook?

I've created an IOS app as a Facebook Developer. So my question:
Are people able to see the app when they go into their Facebook - like in the Browser? Or are Facebook IOS apps only something that you can see in the actual app on the iphone/iPad that I'm creating?
Depending on whether the Facebook developer configured a canvas facing site will show what the end user will see.
Any application made by a third party once set to public in app settings can be viewed by anyone.
If you app is made for iOS then either the user will see a misconfigured webpage or dialog asking whether the user wants to send to mobile. All of this of course depends on how the the developer of the application sets everything.
See the documentation for detailed information
https://developers.facebook.com/docs/facebook-login/v2.2

Link to use when iOS app/game posts to Facebook or Twitter

I just developed a new game (called Ktalu: Planet of Terror) in iOS using COCOS2D. The game itself is done but I have to finalize a couple of things, one being the following. This game allows users to post their high scores on Facebook and/or Twitter, and everything works fine right now. The Facebook post shows up as expected and some of the text is linked to a URL of my choice. My question is what link should I use here? I can link to the website of the game (ktalu.com) but it is probably a better idea to link directly to the game in the App Store. This way, anyone who sees a post on Facebook when reading on an iPhone can click the link and be taken directly to App Store. But I am confused as to how to do this. The only link I have now is a link to the game in iTunes Connect. Remember, this game is not published yet. How can I get an App Store link for this game to put into Facebook posts and Tweets if the game is not yet in the App Store? And what exactly does this link look like? Is it http, https, or something else? And what happens if someone reads the post on a laptop or desktop and clicks that link?
The "View in App Store" link (Manage Apps, ) is exactly what you want. That URL will work once an app goes live, even if copied pre-launch because it doesn't change. When followed on a non-iOS computer, this link goes to the online store. When followed on iOS, this link goes to the App Store.
Protip: Use the URL scheme "itms://" instead of "http://" to link directly to your app in iTunes on the desktop/laptop. Both go directly to the App Store on iOS.
If you'd like to construct the URL yourself, follow my previous instructions:
In iTunes Connect you need to find the "Apple ID" for your app (it's a 9 digit number found in Manage Apps, Ktalu). Then simply find a link to any other app and replace the ID with yours.
For example, the Apple ID for Google Maps is 585027354 and its online URL is https://itunes.apple.com/us/app/id585027354.

Login with Facebook takes time to provide permission

I want to include Login with Facebook. For that I believe I need to submit my website details to Facebook App Center.
My App ID/App Key & App Secret has been generated.
My App Center Review shows its pending review since past 4-5 days.
Is that so, does Facebook take time,to provide oAuth permission?? How long?
Or did I miss something?
//Under App Details section on facebook
App Detail Page Status: Live
Your app detail page is now live and will appear in Search.
App Center Listing Status: Unlisted
Your app is not listed because it does not have enough high ratings and user engagement to be listed in the App Center at this time.
Please refer to your app's Insights page to view your app's user rating and engagement metrics, and view our App Center guidelines for more information.
You are not require to submit the App Details, that is just for publishing your app in the App Center.
Simply follow the guide : Facebook for websites

Game Center - no achievement

Today my app was accept by apple and now is on AppStore.
App has game center (leaderboard and achievements"
but, when somebody download this app from appstore has:
"No Achievements" or "Unable to Load Achievements"
and nothing in leaderboard.
Before i upload app to AppStore, achievements and leaderboard was enable with sandbox.
On iTunes Connect i have my leaderboards and achievemnts.
How can fix it?
Is this a networking issue? When you are testing it, do you have wifi connected, or are you using 3g? It is possible that you just can not connect to the internet.
Try opening safari, and see if you can browse the web?
Also make sure you are logged in to game center sandbox. When your app loads, do you see "Your user name"/welcome to game center?
A link to help out.
http://forum.unity3d.com/threads/59551-GameCenter-Plugin-Live!-Leaderboards-and-Achievements!/page55

Is it possible to edit Facebook user's profile through iPhone/iOS SDK?

I am currently creating an App on iOS device (iPhone, iPod Touch).
Right now I can query user's profile data from Facebook and display them in my App.
I would like to edit user's profile data and update them back to Facebook.
Is there any method that can write the updated profile's data back to the facebook user's profile? I have spent a lot of time searching for this but cannot find a way.
Thank you very much.
No, currently the Facebook for iPhone application does not support profile editing feature however you can post on walls.
Note:- I have asked a question about facebook api here.maybe you can get some answers there