Questions tagged [facebook-credits]

Facebook Credits are a virtual currency which can be used to purchase virtual goods. The Facebook Credits API enables a user to use credits as a method for purchasing digital and virtual goods within a Facebook canvas application.

104 questions
1
vote
2 answers

Allowing credit card payment services inside iFrame apps

I'm wondering what the policy for providing credit card payments are inside of iFramed apps. I understand that this is against the rules and that Facebook asks for credits to be used, but there are examples out there of iFramed ecommerce sites using…
1
vote
0 answers

How does Facebook find out whether it's mobile device or not?

I've run myself into a problem while implementing FB Pay dialog for external site. For displaying this dialog, I use FB.ui method according to the documentation: https://developers.facebook.com/docs/reference/dialogs/pay/ But the Url generated by JS…
1
vote
1 answer

Workaround for Mobile Web App Credits Bug?

Two related questions. First: does this repro for you or is it something local on my iPhone? https://developers.facebook.com/bugs/172749669520391 Second, anyone have workaround for that bug? Now that FB Credits are required for mobile web apps on…
Brad Dwyer
  • 6,305
  • 8
  • 48
  • 68
1
vote
1 answer

Fallback to Virtual Currency or Give Free Items via FB Credits?

Is there a way to charge "0" Facebook Credits for a purchase (eg give it away for free to teach users how to use the credits buttons)? We want to seed our users with items at checkpoints in gameplay but at the same time teach them that they can…
1
vote
0 answers

Facebook Virtual Credit Cross-Platform Restrictions for Developer

I noticed this on the Facebook Credits Terms page: You cannot have a cross-application virtual currency that can be purchased with Credits, so you may not accept Credits as payment for a virtual currency or other stored value item that can be used…
1
vote
0 answers

How to change app - credit company information?

I need to change the company information of Facebook Credits, but I found it's readonly, .. how can I do it?
Franky
  • 709
  • 1
  • 5
  • 14
0
votes
1 answer

Facebook Credit Implementation is not working

I am developer and trying to implement FB credits in my app "mindmatcher". I created an app with name "mindmatcher" and then created two scripts as per the sample given here: http://developers.facebook.com/blog/post/489/ You can access the page I…
0
votes
1 answer

Error: The app you are using is not responding. Please try again later

I am using the tutorial given here, first tried localhost as a callBack Url and then tried real IP, both time I got the error given in Question title. How can I resolve it? I am using PHP Thanks I am in Sandbox Mode
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
2 answers

Permission denied to access property 'Arbiter' when using HTTPS

i am getting below error Permission denied to access property 'Arbiter' only when i using application with HTTPS i already check Permission denied to access property 'Arbiter' FYI When i write dictly page name in URL as…
samirprogrammer
  • 438
  • 5
  • 18
0
votes
1 answer

How can I use the Facebook Credit Api to reward an user with credits?

I want to deposit Facebook credits on other users accounts. Is there a way to do that with the Facebook Credits Api? It could be in a direct way or as a gift card. Thanks!
0
votes
1 answer

FB.ui pay method comes up with "An error occurred, please try again later"

guys, We're developing a game that will receive payments via FB Credits transactions, and the problem we face is "An error occurred" message once the FB.ui with 'pay' method gets displayed. I tried to debug the whole thing but it's already taking…
Martin Asenov
  • 1,288
  • 2
  • 20
  • 38
0
votes
1 answer

Get user FB credits balance return empty array for several users

I'm trying to fetch my player credits balance. My server calls this URL: https://api.facebook.com/method/users.getStandardinfo?uids=XXX&fields=credit_balance&access_token=XXX&format=json For my user and others, it works. But, for several users (who…
Roei
  • 319
  • 4
  • 15
0
votes
1 answer

Facebook credits callback detecting request

Is there a way to detect a callback request is from facebook or not as it seems like the request is not ajax.
insomiac
  • 5,648
  • 8
  • 45
  • 73
0
votes
1 answer

payment callback URL https with self-signed certificate

can the payment callback URL (https) work with self-signed certificate or do I need a commercial SSL cert ? I did a quick check and the SSL connection from facebook to my server (default https port 443) fails during handshake, HTTP request is not…
Simon Putz
  • 31
  • 2
0
votes
2 answers

Credits Get Balance

I am working on a game and need to be able to access the credits balance for a current user. The Facebook credits API documentation referenced this but it seems it has been removed. Is getBalance still available? How would one implement the…
StefanU
  • 13
  • 1
  • 3