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

facebook credit callback, order_id changes format changes after moving to a new server

I've just migrated to a new server, still linux based. After moving I saw a change in behavior - for some reason the order id send by the facebook credits callback in the payload formatted as : 2.6040261734251E+14 instead of : 143121239125639…
Yanipan
  • 664
  • 1
  • 10
  • 28
0
votes
1 answer

Can I pay my app users using Facebook Credits?

I would like to know if it's possible to pay my app users using FB Credits? My idea is to buy FB Credits using my app account then when an user completes a task I will pay/transfer FB Credits to him. Is it possible?
Pablo Cantero
  • 6,239
  • 4
  • 33
  • 44
0
votes
2 answers

developing Facebook paid application without fb credits?

is it possible to create my FB app in Fb iframe and on pay button it directs to Paypal for payment and returns back to my fb app for further processing without using Fb credits ? In Facebook payment terms and policies i have read: NOTE: Per the…
user958414
  • 385
  • 1
  • 5
  • 10
0
votes
1 answer

Facebook Credits callback in a mobile web application

I'm trying to create a Facebook Mobile Application using asp.net and MVC3 and integrate Facebook Credits as a payment method. First of all, taking the recent annoucements into consideration, is it now possible to have a mobile web application that…
Matthew Merryfull
  • 1,466
  • 18
  • 32
0
votes
1 answer

Facebook Credits API PHP - Update user_id in mySql database after purchase

I have an app where I want users to be able to buy in-game credits called coins. I have set my callback url, and can make a purchase, I get an order_id and settled from the callback, but how do I update the users row in my mySql database after they…
0
votes
1 answer

facebook-credits-api. sample code Error_code : 1383004

I downloaded the sample from github here (https://github.com/facebook/credits-api-sample) End testing. but error occured. *Error message returned from Facebook: 1383004 Order::update_order called with invalid state transition:3 -> 0* What is my…
0
votes
1 answer

Calling CreditsCallback.php when order reached status refunded by calling graph API

I would like to ask: does FB call creditsCallback.php with status refunded, when we update order status to refunded through FB graph API? Because we want to handle this status also, but our creditsCallback.php is not called, when order reached this…
Evi
  • 1
  • 1
0
votes
1 answer

How to apply to "Get balance"?

http://developers.facebook.com/docs/creditsapi/ Section "Get Balance" "You can apply here" links to http://www.facebook.com/help/?faq=19705 which is unavailable. How can I apply? I need it for casino reviews site: HolyMolyCasinos
luchaninov
  • 6,792
  • 6
  • 60
  • 75
0
votes
1 answer

How can I update my company info for my Facebook apps? I need to update the PayPal account

How can I update my company info for my Facebook apps? I need to update the PayPal account. In edit settings for our app ther is no option to 'update company info'
Meir Amar
  • 11
  • 1
0
votes
1 answer

Getting the credits balance from Facebook with the Facebook C# SDK in a Silverlight in browser app

I have been able to get my Silverlight App connected to Facebook and get authenticated. I am trying to pull the users credits balance into my Silverlight app the documentation at developers.facebook.com/docs/creditsapi has a one line example that…
JCPhlux
  • 455
  • 5
  • 9
0
votes
1 answer

Testing disputes on the local currency payments

Facebook has launched the new local currency payments API recently. Does anyone know what the format of the data that facebook sends to the real time update url is? Has anyone found documentation about? Also is there a way to test disputes without…
0
votes
2 answers

Facebook local currency payments examples

As Facebook are forcing us to change ways once again, we need to introduce their "local currency" as payment option in our app. However, I'm finding the documentation hard to understand, and are in desperate need of some example code. If anyone…
JPJens
  • 1,185
  • 1
  • 17
  • 39
0
votes
1 answer

Facebook payment callback in Java

I have a Facebook app with server side on java. I created test callback using HttpRequestHandler. The problem is when I'm getting payments_get_items, Facebook do not accept Json I've sent, and gives this error: "Sorry, but we're having trouble…
Mikhail
  • 759
  • 2
  • 9
  • 26
0
votes
1 answer

Debugging Facebook Payments Callback

I can't determine the best way to debug my Facebook Payments Callback PHP file. The script isn't requested on the client side, so I'm not sure how to pass any "authentic" values to the script to run it locally. The topic doesn't seem to be covered…
0
votes
1 answer

How to get the is_eligible_promo status of a player? New Payer Promotions is not working now

Now, in the Facebook document of user info, it appears is_eligible_promo is only visible for the apps, of which the user is the administrator. But according to the Payer Promotions document, the app need to get the is_eligible_promo status before…