Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

learn more… | top users | synonyms

-4
votes
0answers
16 views

About facebook payments [closed]

I am testing my little app in facebook and I am from Brazil. I know users can buy credits to use my app. To test, I create a "boleto" and I paid this "boleto". When will I receive my part of the ...
0
votes
1answer
92 views

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 ...
0
votes
0answers
6 views

How to enable my old company which I can see in other apps to my new apps?

I had registered company (for enable credits) and it's shown in one of my old apps, but I can't select it in my other apps. And I can't register new company, because it's have the same name and tax ...
0
votes
1answer
34 views

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 ...
0
votes
0answers
18 views

Facebook credits get order_id in callback

I am working on a flash based facebook application, have implemented FB Credits and they are working fine but with one issue am unable to resolve: The purchase call will be from the SWF to a JS ...
0
votes
0answers
11 views

Is there a way for a third party FB app to reward a user with facebook coins for another FB app

I want to find out if there is a way for a FB app A to reward an unconnected user (to FB app A) with facebook coins for another FB app B that the user is already connected to (to app B).
0
votes
0answers
25 views

Add payments to facebook application

I would like to add facebook payments to my app in asp.net mvc. My users are usually professionals and they require getting invoices. Is there a way that it could be generated by facebook and send to ...
0
votes
0answers
16 views

Is it Api examples to use Facebook Credits as Rewards?

I would like to use Facebook Credits as Rewards, e.g. if a user answer for all questions in a survey. I In the API documentation are only functions to let the user buy App-Stuff via Facebook Credits. ...
-1
votes
1answer
27 views

Facebook Payments doesn't pay out to banks in my country [closed]

I live in Ukraine and there is no such country in the list of countries which Facebook can pay out to. So how do I can get payed? Thanks for your answers, sorry if this question has already been ...
0
votes
0answers
33 views

Processing payments_status_update to update database with forum user id with purchase

The template is just an average HTML template being parsed within XenForo. While my callback file is in the root, I have managed to get code working that if I specify the forum user id into the code ...
1
vote
0answers
75 views

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: ...
1
vote
0answers
22 views

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 ...
0
votes
0answers
14 views

If an fb app item is priced at a fractional number of facebook credits will the user have to buy a whole number of facebook credits to buy the item?

The context is for prices displayed in Foregin currencies e.g. EUR or INR What I want to know is if the de factor granularity of a price right now is 10cents= 1fbc (also noting that 10c is a non ...
0
votes
0answers
129 views

facebook graph api unsupported get request

I am trying to get the "order status" using curl like this: $url = "https://graph.facebook.com/" . $order_id . "?access_token=" . $access_token; $ch = curl_init(); curl_setopt($ch, ...
0
votes
1answer
83 views

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 ...
0
votes
0answers
56 views

how to convert price into facebook credit

Please help with how to calculate a product price in Facebook credit? "For example, a price of $1.20 will be represented by our API as "120", which you should divide by the USD currency_offset of 100 ...
0
votes
0answers
135 views

Error while registering to accept payments , adding new company

We are trying to register to accept facebook payments for our facebook application. We have assigned 3 users administrative roles and assigned one user a developer role. While registering a company we ...
0
votes
0answers
8 views

how does the system work when someone pays money for a game which runs on facebook and iOS?

how does the system work when someone pays money an item on ny game which runs on facebook and iOS? my game is on facebook now and trying to set on iOS too. It uses facebook ID and friends' lists. ...
0
votes
0answers
52 views

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 ...
0
votes
0answers
24 views

How to Change the company ownership for Apps? [closed]

I want to transfer the company ownership to others. How can I do that? That means this company: https://developers.facebook.com/docs/payments/build/#company
0
votes
0answers
38 views

Change text of main title in facebook payment dialog

In facebook documentation written I can pass title and description. If you look at attached screenshot, the bold black text is title, and the grey text is the description. The text on blue background ...
0
votes
0answers
146 views

Signed request not sent to my Facebook credit callback url

i am new to Facebook app programming and trying to develop a VB canvas app using c# MVC. My problem faced was that there is no signed_request sent to my facebook credit callback url which is set in ...
-2
votes
1answer
196 views

Unable to add client's Credit Card for Facebook Ads [closed]

I created a user account for managing ads for a client of mine. Upon trying to add a credit card as a funding source in the ads manager, the systems reports this: Sorry, we were unable to process ...
1
vote
0answers
110 views

Testing Facebook Payments without a company

I want to integrate Facebook Payments into my app. I'm developing using a development Facebook app which is separate from the live app. However, to enable Facebook payments on this app it appears I ...
1
vote
1answer
222 views

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 ...
1
vote
0answers
26 views

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 ...
3
votes
1answer
123 views

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 ...
1
vote
0answers
53 views

Testing Disputes and Refunds in Facebook Payments

We're very close to launching our app and we want to test the dispute/refund process. We've made several successful test payments however we're hesitant to dispute them. Will our app get flagged? ...
1
vote
1answer
52 views

restfb: Facebook payment suscriptions

As far as I've heard this feature is brand new, and it's still under testing phase. Anyway, reading the docs in developers.facebook I was not able to find out if it was possible or not to make ...
-2
votes
1answer
46 views

getting credits payment informations via graph. is user id encoded?A yearQuestion [closed]

this question was asked one years ago and no one reply, today I also have this problem as it! getting credits payment informations via graph. is user id encoded? i was getting user id via graph. i ...
0
votes
1answer
117 views

Monetization in a facebook app for websites [closed]

I have a gaming website which also has a facebook app for connecting through facebook. I have offers and virtual currency for purchase, not with FB credits. When the app is opened from facebook, ...
0
votes
0answers
53 views

Credits: How to find error message/error code?

I sometimes keep getting the following error when trying to make a Credits purchase in my app: There Was a Problem Processing Your Payment Sorry, but we're having trouble processing your payment. You ...
1
vote
1answer
71 views

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 ...
0
votes
2answers
401 views

Developer Response - Payment Callback. PHP - Making me go crazy

Okay so I am trying to set up payments in my app that I am developing, I have the dialog working and it confirms the purchase of the item. I have no idea what it does after here tbh, I have read ...
0
votes
1answer
53 views

How to remove Payments from my app

is there a way to remove the "Payments" from my app? I didn't use it in the past, I don't want to use it in the future and also don't want to recieve the Credits emails every day. Regards, ...
2
votes
2answers
206 views

express.static cannot response to POST requests

I have a newbie question. I have a flash facebook aplication, and it uses facebook credits. I use express framework to serve my static html file which contains the application.swf in it. This is how ...
0
votes
1answer
100 views

Getting Facebook's New Payer Promotions to Work

Has anyone been able to get the New Payer Promotions described in Facebook's recent developer blog post to work? According to the documentation you should be able to query a new field, ...
-1
votes
1answer
68 views

Is there an alternative to using Facebook credits in a payment service? [closed]

Is there a way to implement a payment service in a Facebook app without the use of Facebook credits?
0
votes
2answers
2k views

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

Facebook credits exclusively mandatory for what?

short question, the terms of FB are a little bit unclear for me. For what kind of games the exclusive usage of credits for payments is required? a.) game app integrated inside the Facebook canvas ...
-1
votes
1answer
80 views

Promotion banner in application

Playing in my aplication, appear in the right panel, one Promotion about obtain Facebook credits to be played in my application. I don't allow that promotion and obviously, there is not necessary ...
0
votes
1answer
65 views

Facebook credits with much higher payout on Mobile Phone option

I'm developing a Facebook app and I sell a digital product for 10 credits. In the credit card payment, the price is 1$, but in the mobile phone option the price is 2.5$. This is true for another ...
0
votes
1answer
49 views

clarification about facebook credits use [closed]

Assuming I created an app. I know that when a user purchase credits through my app, then I get 70% of the money to my app account. In addition, as far as I understand, if a user already has credits in ...
0
votes
0answers
51 views

Is there a way to create a TEST app to experiment with FB credits without a company TIN

I am looking for a way to create a dummy app to fine tune my code for in-app purchases. Is there a way to do that without using genuine company information? The dummy app will only be used by test ...
2
votes
0answers
143 views

Payments dialog USD vs Credits

Following the newly released API where you pass dev_purchase_params: {'oscif': true} along with the other normal params to the FB.ui payments dialog results in some inconsistent behaviour. I was ...
0
votes
0answers
49 views

Length of time to Update Company Information

Recently one of the apps I've been developing has changed ownership so it's been necessary to ask Facebook to update our company information. I've gone through the appropriate channels here: ...
0
votes
1answer
271 views

Facebook credits callback routine not invoked

When the credits buy() routine is called, Facebook displays this error, There Was a Problem Processing Your Payment. and the Payment Dialog is not displayed. I have verified the following, but I ...
0
votes
1answer
124 views

Facebook credits for application without company

Is it possible for individual developer to use Facebook credits without registering a company with Facebook? My goal is to launch a game type application and collect money. Is it possible to collect ...
1
vote
2answers
146 views

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 ...
1
vote
0answers
107 views

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: ...

1 2 3