I'm developing an application on Facebook, and I need to have the possibility to integrate my application on other sites (with connections to Facebook by the Facebook JavaScript API).
On Facebook, I can buy some things on an application using Facebook Credits, but on some other site, when I call the Facebook purchase dialog, I get this error:
API Error Code: 1151
API Error Description: Sorry, but this app may not be eligible to accept Facebook Credits.
If this app has accepted credits before, please try again.
Error Message: Invalid Application
Or is there a Facebook purchase dialog we can use only on Facebook?
This happens because the payment interface can only be called from an iframe application running on Facebook.
Related
I have successfully implemented the Facebook login functionality in my Flutter App, but last some day's to getting the Graph API error on Facebook console and I have not used any Facebook functionality the related to Graph API and I'm only login with Facebook and use only email id, user name only.
So why am I getting this issue and how can I fix this?
https://prnt.sc/bFwm1SB7UQt-
And why I'm not able to submit app for review? Which to of permission need to allow for activate the submit button?
https://prnt.sc/Bm1Qzlt1siZH
I have A application for Facebook messenger, I submitted my application for review facebook approved the submission, but I'm still unable to interact with my application from a non developer account. I tried the following steps;
Research documentation, validate if all required permissions are submitted for review.
Reconnecting facebook app to messenger.
Resubscribe application to events.
Recreate facebook page token.
Does someone have an idea what could be wrong? I'm pretty clueless at this point.
I want to create new Facebook User for my Facebook page. who can able to add Facebook Developer Apps to Facebook Page.
How to add Facebook developer app creation permission to Facebook User.
Currently when i have tried to add App with User getting message : -
Not Authorized To Manage Apps
Thank You
We have an app that integrated the facebook login, recently we had received an email from Facebook stating the following:
"1. Your Android or iOS app does not use our native SDKs to initiate Facebook Login. We suggest you implement our native SDKs so that people who are already logged in to their Facebook accounts don't have to log in again. Note that starting October 2, using our native SDKs for login will be required by Facebook Platform Policy I.3. For more information on this, visit:https://developers.facebook.com/docs/facebook-login/using-sdks/"
But the fact is, our app uses the following for login
session openWithBehavior:FBSessionLoginBehaviorForcingWebView
Which obviously is a function PROVIDED WITHIN Facebook's SDK
And also the app does not require the user to re-log in if he/she is already logged in. We tried to contact FB for clarification but they had not replied since. So can someone tell if our app's facebook login needs to be changed? Or has FB "wrongfully accused" us?
I am using Facebook PHP SDK with codeigniter.
When I login into facebook with app creator's id, Login functionality works fine. But when my friend login to facebook, Login functionality doesn't work.
It throws error on facebook page just saying 'An error occurred. Please try again later.'
Issue was with facebook app's setting. I had set it on Sandbox mode. Because of it app was accepting all the test users and creator's facebook login but not the real world id.
After turning it off everything worked fine.