Apps Home
|
Create an App
minbot
Author:
2fivefast
Description
Source Code
Launch App
Current Users
Created by:
2fivefast
function tipCurl(amt, model) { var $url = 'https://chaturbate.com/tipping/send_tip/' + 'xxxxxxxxx' + '/'; var $data = 'csrfmiddlewaretoken=xxxxxxxxx&tip_amount=' + amt + '&message=&tip_room_type=public&tip_v=60' $.ajax({ url: $url, beforeSend: function(xhr) {//xhr.setRequestHeader("Authorization", "Basic " + btoa("username:password")); }, type: 'POST', //dataType: 'json', //contentType: 'application/json', processData: false, data: $data, success: function(data) {//alert(JSON.stringify(data)); }, error: function() {//alert("Cannot get data"); } }); }
© Copyright Chaturbate 2011- 2026. All Rights Reserved.