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
1 answer

Getting credit_balance

I've got a whitelisted app for credits on FB and I'm trying to get the balance for a user but I keep getting error 13. That credits_balance is not part of the user table. The docs say to re-authenticate the user after being whitelisted and I…
Jakanapes
  • 75
  • 7
1
vote
1 answer

Paywall policy for non game page tabs

I spent a while looking through Facebook's polices but couldn't find anything mentioning this so hopefully someone here may know. I want to create a page tab and put a lot of the content behind a paywall, do I need to accept Facebook Credits in…
ArthurGuy
  • 1,459
  • 4
  • 13
  • 25
1
vote
1 answer

Facebook credits callback request is not always including the 'order_info' parameter

I have successful FB Credits integration, which receives many requests per day. But sometimes 3 or 4 times a day, my callback receives a 'payments_get_items' without the 'order_info' parameter. Anybody has had the same problem? Or knows which cases…
migsho
  • 31
  • 4
1
vote
2 answers

Error - Unable to update Facebook Payments settings

I want to add credits to my fb app but I am unable to add a callback url. I get a "Unable to update Facebook Payments settings." error every time. Has anyone found the cause or a solution for this issue? Thanks!
FSP
  • 4,677
  • 2
  • 19
  • 19
1
vote
2 answers

Is it possible to use Facebook Credits as Rewards?

I would like to use Facebook Credits as Rewards, e.g. if a user reaches a next level or a high-score he can earn Facebook Credits. I'am planning to buy on my own (for the app) FB credits and then handing them out as rewards. In the API documentation…
1
vote
1 answer

Facebook DealSpot not work on my Application

I have a question about DealSpot. As the Facebook API Doc suggests, I want to add DealSpot in my game. I've tried the tutorial way to embed DealSpot, but it's not working. The icon does not display. So I checked Ravenwoodfair and copied its code…
Tunied
  • 65
  • 1
  • 6
1
vote
1 answer

Facebook credits Graph API call to get order details does not work for test users

Per Facebook credits documentation. Get Order Gets order details for the specified order_id API GET https://graph.facebook.com/[order id]?access_token=ACCESS_TOKEN Note: You must use actual orders when calling the Graph API. Orders from test users…
1
vote
1 answer

Showing app errors for facebook credits api

Recently i started to convert my payment methods in my canvas app to Facebook credits. The thing is that i have some validation and verification done on my backend and i must return an error back to the user. I saw the Facebook's PHP callback…
Sk1ppeR
  • 387
  • 5
  • 16
1
vote
0 answers

Error code 1353013. User is not confirmed or is a gray account

We are using the facebook payments subscription api. We log all errors received by client side FB calls. Recently we have started to see the following errors in our client callbacks: Error code: 1353013. Error message: "user is not confirmed or is…
jontro
  • 10,241
  • 6
  • 46
  • 71
1
vote
0 answers

What is an average Facebook credits dialog CTR?

We're running a game on Facebook with approx. 300K MAUs. However, we've noticed that there are very few credits payments. So I looked into this and noticed that the CTRs seem really strange. The CTR on our game payment dialog where the user can…
1
vote
1 answer

Facebook payments, credit api , Test users can't get the details of test transaction order_id

I am using Facebook Credits. I have set my user id as test user in app dashboard payments section. Evey thing works fine, the transaction completed successfully, I get the order_id , then while fetching the details of that order_id to check whether…
1
vote
0 answers

Payments - Remove Option to Choose Amount of FBCredits

I'll try to be short as I can: Player Clicks "Buy" Dialogue Box appears where player chooses how many FBCredits he wants to buy (even though the item costs 10 FBC) Is there a possibility to remove this dialogue box and just complete the payment…
1
vote
1 answer

Facebook payment subscription - client callback

I have added some credit test users to my app and try to make payment subscritpions. At the beginnings everything worked fine, but lately I'm getting some issues related to this. Further speaking, I'm getting the message: Sorry, there was a problem…
user743489
1
vote
1 answer

Credits: Error occurs *sometimes*

I created a Facebook app and integrated Credits. However, about every second time I call the credits API, I get the following error: There Was a Problem Processing Your Payment / Sorry, but we're having trouble processing your payment. You have not…
1
vote
2 answers

Errors in IE 8 from connect.facebook.net/en_US/all.js caused by credits callback

Setup: Got a working facebook app and am correctly setup for facebook credits transactions (i.e. everything on the serverside is working fine). In Firefox and chrome transactions complete without issue, however in IE8 the callback upon…