Why am I getting "Ineligible Submission" when submitting my app to fb app center? - facebook-app-center

When I submit my application to Facebook app center, I get below error.
Ineligible Submission
Your app does not have high enough ratings and user engagement to be eligible for the App Center at this time.
How can I get enough ratings?

Related

Tracking Admob fill rate in Ionic 2 app

I am using the floatinghotpot/cordova-admob-pro plugin to display interstitial ads in my ionic v2 mobile app.
The app functions in such a way that an interstitial ad is displayed after the user completes action. The app is working fine and I have been getting some feedback from my users saying that they don't always see the ad displayed when they complete the action.
Is there a way that I can track the fill rate that I'm getting?

Ineligible Submission:how to enhance the rating and user engagement?

What features would have my canvas app to submit application on App Center?
Facebook give me this response:
Ineligible Submission
Your app does not have high enough ratings and user engagement to be eligible for the App Center at this time.
What could I do to enhance my rating and user engagement?
I agree, its not a very helpfull message from facebook, how to get high ratings how much user engagement, they don't tell you this information before you start to write an app!
Some advice from a facebook guy, not me ...
There are no numbers because it is not as simple as you need more than 1000 users and a rating higher than 4. We weigh both user engagement and ratings together with other stuff to try to figure out what a high quality app is.
There are several other ways your can get visibility. Publish Open Graph stories and using Requests are 2 things you can do.

Users forced to login while accessing facebook wall or fan pages on mobile devices

Since last week, users are forced to login page while accessing our facebook wall or fan pages in mobile browsers. It works great on regular browsers. Why this sudden change on mobile devices.
Wall pages were always viewable except you have some age restrictions in the Settings. Now all of a sudden facebook started forcing users to login ?
Steps to reproduce:
Open safari browser on Iphone
Open https://m.facebook.com/socialtwist
User is navigated to facebook login page
NOTE:Until the week before it was working, users were able to view the facebook walls without loggging in.(They use to see a Signup and Login buttons)
User should be able to view the wall page without logging in. This works on regular browsers for both m.facebook.com/socialtwist and www.facebook.com/socialtwist
I've noticed the same thing with my Facebook page. Obviously they changed the rules on us, again. As an alternative, you can get the RSS feed for your Facebook Fan Page and display your content to the mobile device that way. See this article for how to get the RSS feed:
http://just-ask-kim.com/facebook-fan-page-rss-feed-url/#.UYAzeILzMWQ

How to perform instant Facebook login for a link to Facebook login-enabled site

I wonder what is the right technique to streamline the login to my site via Facebook.
Currently, I have a web site integrated with Facebook Login button. Right now, it's an independent web site, and not a "Facebook app" (running in the canvas). While this is not my decision, this could change in long term if matters.
The way the authentication work: the "fb-login-button" is redirected to my application URL using onlogin() event; the server side uses the cookie to retrieve the "access token" and perform further Graph API work. The business logic resides on the server side.
The current business requirement is the following:
Suppose someone posts a link to my site, somewhere in Facebook, for example in our site community page:
http://www.mysitedomain.com/offer1
A Facebook logged-in user clicking on the link - should get to the target page, after his Facebook identify got verified, and the result should be personalized for that user.
If a Facebook user already has an active session with my site - trivial.
Assuming a user had approved my site (app) in the past, but has no active session - here I am looking for the best practice to do the login.
Also, I would appreciate a hint how to handle the app authorization (i.e. showing the Facebook authorization dialog) in a most efficient way.
Thanks for any hint.
Check out FB Login Architecture and FB.getLoginStatus. Based on FB documentation, If you use javascript sdk, it only triggers a Popup on the same page and once authenticated it will go back to the same page. So once the login status is confirmed then you can get users information from graph api and update via AJAX on your page. You can also checkout this server side login. Hope this helps.

Facebook API Login - Error Only On Mobile Device

I've implemented Facebook login as a mobile web. But there is something wrong.
When I click the login button, it jumps out the authentication page.
After pressing confirm, it should jump back to my original page and with status logged in.
However, on both iPhone and hTc, it just won't come back to the page.
But when I manually refresh again the original page, I'm logged in.
The login function works well when I use my PC to login, but got error on iPhone and hTc.
In other word, this issue only appears on my mobile device.