skip to Main Content

Difficulties in programming of messenger Telegram on C# – Telegram API

I try to send a code(TLRequestAuthSendCode) but it doesn't come. In what there can be a problem? Part of code: TLContext tlContext = new TLApiContext(); TcpClient tcpClient = new TcpClient(); tcpClient.Connect(connections[0].getAddress(), (int)connections[0].getPort()); TLRequestAuthSendCode tlRequestAuthSendCode = new TLRequestAuthSendCode("PHONE_NUMBER", 0, 19114, "TOKEN",…

VIEW QUESTION

twillio integeration with rails 3.2

Need help with integrating Twillio in a rails app made for making appointments. I am trying to integrate twilio to send appointment reminders. I have two models User & Appointment. class User < ActiveRecord::Base attr_accessible :email, :password, :password_confirmation, :remember_me, :provider,…

VIEW QUESTION

ebay api not allowing me to store variation sku

Can anyone see why the code below only inserts the SKU for non variation SKU's? $client = new eBaySOAP($session); $params = array( 'Version' => $Version, 'DetailLevel' => "ItemReturnDescription", // 'GranularityLevel' => "Coarse", 'IncludeVariations' => "true", 'InventoryTrackingMethod' => "true", 'OutputSelector' =>…

VIEW QUESTION
Back To Top
Search