Skip to content

Instantly share code, notes, and snippets.

<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<title>AT&T Sample Payment Application - Subscription Application</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<link rel="stylesheet" type="text/css" href="../../style/common.css"/ >
<body>
<div id="container">
<%
String savedAccessToken = "ad13138f408bbdaabbdafa355b0b9ee8";
Long savedAccessTokenExpiry = Long.parseLong("99");
String savedRefreshToken = "eb039c57a6efa7216e06a5114cce4a7f6576f2f3";
Long savedRefreshTokenExpiry = Long.parseLong("99");
%>
<%
String savedAccessToken = "ad13138f408bbdaabbdafa355b0b9ee8";
Long savedAccessTokenExpiry = Long.parseLong("99");
String savedRefreshToken = "eb039c57a6efa7216e06a5114cce4a7f6576f2f3";
Long savedRefreshTokenExpiry = Long.parseLong("99");
%>
@t2-support-gists
t2-support-gists / Default.aspx
Created May 3, 2012 20:59
Payment Csharp app1
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<title>AT&T Sample Payment Application - Single Pay Application</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<link rel="stylesheet" type="text/css" href="../../style/common.css"/ >
<body>
<div id="container">
@t2-support-gists
t2-support-gists / Default.aspx
Created May 3, 2012 20:59
Payment Csharp app2
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<title>AT&T Sample Payment Application - Subscription Application</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<link rel="stylesheet" type="text/css" href="../../style/common.css"/ >
<body>
<div id="container">
@t2-support-gists
t2-support-gists / README
Created May 3, 2012 20:59
Notary Ruby app1
AT&T API Samples - Notary app
-------------------------------
This file describes how to set up, configure and run the ruby versions of the AT&T HTML5 Program sample applications.
It covers all steps required to register the application on DevConnect and, based on the generated API keys and secrets,
create and run one's own full-fledged sample applications.
1. Configuration
2. Installation
<?php
$api_key = "";
$secret_key = "";
$FQDN = "https://api.att.com";
?>
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<title>AT&amp;T Sample Notary Application - Sign Payload Application</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<link rel="stylesheet" type="text/css" href="../../style/common.css"/ >
</script>
<body>
<div id="container">
<%
String savedAccessToken = "ad13138f408bbdaabbdafa355b0b9ee8";
Long savedAccessTokenExpiry = Long.parseLong("1324062272533");
String savedRefreshToken = "eb039c57a6efa7216e06a5114cce4a7f6576f2f3";
Long savedRefreshTokenExpiry = Long.parseLong("1324148665334");
%>
@t2-support-gists
t2-support-gists / Default.aspx
Created May 3, 2012 20:59
Notary Csharp app1
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<title>AT&amp;T Sample Notary Application - Sign Payload Application</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<link rel="stylesheet" type="text/css" href="../../style/common.css"/ >
</script>
<body>
<div id="container">