Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Credits. Error 1151

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?

like image 206
Capril Aprilovich Avatar asked Sep 15 '11 10:09

Capril Aprilovich


1 Answers

This happens because the payment interface can only be called from an iframe application running on Facebook.

like image 173
RedDragon Avatar answered Sep 20 '22 03:09

RedDragon