Questions tagged [callbackurl]

A callback URL is a URL passed to a server as part of a request. The server then uses that URL to respond asynchronously to the original caller.

63 questions
0
votes
1 answer

How do I specify the Twilio StatusCallBack URL when using the sendMessage method (versus the create method)?

The following code works perfectly... $message = $client->account->sms_messages->create($twilio_number, $to, $body, array("StatusCallback" => "http://etc...)); ...for text messages within the 160 character limit. The SMS is sent, and my server is…
Alan M.
  • 1,170
  • 2
  • 15
  • 29
0
votes
0 answers

Not able to receive POST on callback URL from Facebook

I configured a Real time update from Facebook. When I go a GET request on the call back URL I receive: { "data": [ { "object": "user", "callback_url": "http://www.example.com/fb.php", "fields": [ …
wezdiaz
  • 1
  • 4
0
votes
1 answer

Creating an application that interacts with salesforce?

I wanted to get some insight on best practices for Salesforce application development. Basically I am developing an on premise Windows service that will push data to Salesforce, using either the REST or SOAP API (probably not relevant at this…
Jonathan Nazario
  • 113
  • 3
  • 13
1 2 3 4
5