Questions tagged [credits]
83 questions
0
votes
1 answer
Facebook Credit Offerwall - Mobile
Specifically on the Mobile Platform, does support the Facebook Offerwall? Facebook Offerwall
We have the feature implemented on our canvas application, but am not able to reproduce on our mobile implementation.
0
votes
1 answer
Facebook Credits Invalid State Transition Error
I am using Github sample code for the Facebook Credits (callback.php and index.php) but its giving me the below error.. anybody have any solution???
"Order::update_order called with invalid state transition:3 -> 0"
Thanks..

Janjua AR
- 1
- 1
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
1 answer
Facebook credits graph api - all transactions
I'm looking through the documentation, trying to figure out if there is a way to list all settled transaction for a given month.
So far im using:…

JPJens
- 1,185
- 1
- 17
- 39
0
votes
1 answer
Facebook credits java jsp callback example
I could not find an example of using the facebook credits api to create a callback using Java & JSP. I am posting my Java/JSP version of the callback.php example. Remember to replace the appId and secretKey variables with your apps ID and…

Maurice Tedder
- 1
- 2
0
votes
2 answers
Facebook credits callback is being called twice
I am working on writing a call back for my facebook app. Everything was working fine until some days back. After some digging around I found that the callback url was being called twice with the function name as 'payment_get_items'. My first thought…

Jason D'Silva
- 1
- 3
0
votes
2 answers
Credits callback script not called (error 1383046)
I have a problem getting facebook to call my credits callback script. I've setup a company and the callback url. I used the example script for it. But nonetheless I always get this error when I try to access the payment window using the JS sdk.
var…

Jon Deu
- 31
- 1
- 4
0
votes
1 answer
On some credits orders, status = disputed, can't change to "settled" or "refunded" using Update Order API
We have received disputes on a few Facebook Credits payments, and are trying to settle/refund them.
We've tried the following:
As outlined in the Dispute Resolution section of the credits API, by calling the /[order id] API with the order-id,…

Sarah McNally
- 1
- 1
- 7
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…

Kim Aagaard
- 1
- 1
0
votes
1 answer
How does Facebook Credits deal with refunds/chargebacks and my Callback-URL?
I try to handle chargebacks / refunds of Facebook Credits.
But I can't determine from the documentation whether Facebook will call my callback-URL if a chargeback occurs. Does anybody have experience with chargebacks? Do they call it with status…

Reiner Zufall
- 1
- 2
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
Receiving emails that my Microsoft azure student account's credits will expire even though it hasn't been 12 months
I have an issue with my Microsoft azure student account's credits. I get emails claiming that the credits of my account will run out in a couple of days even though, It's been under a month since I initially signed up. As the free trial states that…

AFB
- 11
0
votes
1 answer
Vimeo API - Get categories and credits
I'm doing a script that takes a video ID from Vimeo, calls the API and populate the database with all the data we need.
I'm able to get all the fields and everything is working well using that url:
https://api.vimeo.com/videos/{video_id}
I can also…

Cryptomothy
- 71
- 4
0
votes
1 answer
Remove or edit Footer credits on child theme (wordpress)
I am working on a child theme based on a free wordpress theme. On the original theme, at the bottom, two credit lines are shown. I want to edit or remove these lines but have not been able to. I tried at first to write on the style.css file…