Twilio Using Rest API -without library -


i'm trying send sms without using library, can't add dll's project.

i've formatted following url correctly api , don't seem sms.

https://api.twilio.com/2010-04-01/accounts/acd4311678edb1e37c3a67a86c5fc94593/sms/messages?from=+441183100455&to=+447792825508&body='hello_world'

ricky twilio here.

one quick way generate api request use api explorer.

for example, explorer give code show how make http request using curl api:

curl -x post 'https://api.twilio.com/2010-04-01/accounts/[accountsid]/messages.json' \ --data-urlencode 'to=555-555-5555'  \ --data-urlencode 'from=+15555551234'  \ --data-urlencode 'body=brooklyn's in house!' \ -u [accountsid]:[authtoken] 

hope helps.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -