Skip to content

Instantly share code, notes, and snippets.

@bradhintze
bradhintze / TwitterBook.krl
Created November 23, 2010 23:08
Add the Facebook Like button to Twitter.com
meta {
name "TwitterBook"
author "Jesse Stay"
description <<
Allows you to like any Tweet on Twitter.com and have that like appear on Facebook. Also adds other Facebook features to Twitter.com.
>>
logging on
key facebook {
"consumer_key" : "REDACTED",
@bradhintze
bradhintze / CompleteApp.krl
Created November 21, 2010 21:41
Test for Facebook authentication. If there is none, then the user is prompted to allow access to the permissions requested.
meta {
name "Facebook Groups in Search Results"
description <<
Kynetx Facebook Integration
>>
author "bjo"
key facebook {
"consumer_key":"REDACTED",
"consumer_secret":"REDACTED"
@bradhintze
bradhintze / TSACustomerFeedback.krl
Created November 21, 2010 00:41
Customer Feedback Line using Twilio and Kynetx
meta {
name "TSA Customer Feedback"
description <<
Customer Feedback Number
>>
author "Sam"
logging off
key twitter {
"consumer_key" : "REDACTED",
@bradhintze
bradhintze / Cylon SMS Quiz
Created November 17, 2010 23:06
SMS Quiz game for Defrag
dispatch {}
global {
Q2 = <<Great Job! Q2: Can you name the majestic tree that Lisa Simpson climbed in an effort to save it? Alas, it was hit by lightning.>>;
Congrats = <<Great Job! You’ve been entered into the Cylon Drawing. We’ll text you if you win. (powered by Kynetx + Twilio) www.kynetx.com>>;
Invite = <<Free Dev Day with Kynetx Fri in Broomfield. Get a dev accnt www.kynetx.com Integrate Twilio, Twitter, Facebook, Amz and more. Reply MORE for details.>>;
MoreInfo = <<Free Dev Day Fri in Broomfield. 9-5 Learn more about events, webhooks and more. Twilio to present also. Register http://kdevdayco.eventbrite.com>>;
Sorry = <<Sorry, I don't recognize your response or you answered the question wrong. Try again :)>>;
//logging form