Giter Club home page Giter Club logo

twilio-workshop's Introduction

twilio-workshop

Supporting Apps for the Twilio Workshop

twilio-workshop's People

Contributors

kwhinnery avatar

Stargazers

Paul Hallett avatar  avatar Po Liu avatar

Watchers

 avatar Declan Frye avatar James Cloos avatar

twilio-workshop's Issues

Why is there a difference in how you set auth_token?

Which is correct? { or {{?

https://www.twilio.com/docs/api/rest/sending-sms

require 'rubygems'
require 'twilio-ruby' # Download twilio-ruby from twilio.com/docs/libraries

# Get your Account Sid and Auth Token from twilio.com/user/account 
account_sid = 'AC7724997d2256ebfb0102d69416ff077a'
auth_token = '{{ auth_token }}'
@client = Twilio::REST::Client.new account_sid, auth_token

http://kwhinnery.github.com/twilio-workshop/#/37

require 'rubygems'
require 'twilio-ruby'

# put your own account credentials here:
account_sid = 'AC043dcf9844e13758bc3a36a84c29761'
auth_token = '{auth token}'

# set up
capability = Twilio::Util::Capability.new account_sid, auth_token

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.