-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.html
More file actions
176 lines (134 loc) · 6.01 KB
/
testing.html
File metadata and controls
176 lines (134 loc) · 6.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<html>
<head>
<title>ShareAPI Test Forms</title>
</head>
<body>
<h1>Facebook</h1>
<form method="GET" action="http://localhost/ShareAPI/facebook/login/">
<input type="hidden" name="auto_redirect" value="true">
<input type="text" name='callback' placeholder='callback'>
<input type="submit" value="LOGIN">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/facebook/post/status">
<input type="text" name='message' placeholder="message">
<input type='submit' value="POST STATUS">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/facebook/post/link">
<input type="text" name='link' placeholder="link">
<input type="text" name='message' placeholder="message">
<input type='submit' value="SHARE LINK">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/facebook/post/photo">
<input type="text" name='source' placeholder="source">
<input type="text" name='message' placeholder="message">
<input type='submit' value="SHARE PHOTO">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/facebook/post/video">
<input type="text" name='source' placeholder="source">
<input type="text" name='title' placeholder="title">
<input type="text" name='description' placeholder="description">
<input type='submit' value="SHARE VIDEO">
</form>
<hr>
<form method="GET" action="http://localhost/ShareAPI/facebook/user/">
<input type="hidden" name='fields' value="name,likes">
<input type='submit' value="GET INFO">
</form>
<br><br><br><br><hr>
<h1>Twitter</h1>
<form method="GET" action="http://localhost/ShareAPI/twitter/login/">
<input type="hidden" name="auto_redirect" value="true">
<input type="text" name='callback' placeholder='callback'>
<input type="submit" value="LOGIN">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/twitter/post/tweet">
<input type="text" name='message' placeholder="message">
<input type='submit' value="POST TWEET">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/twitter/post/image">
<input type="text" name='source' placeholder="source">
<input type="text" name='message' placeholder="message">
<input type='submit' value="SHARE PHOTO">
</form>
<hr>
<form method="GET" action="http://localhost/ShareAPI/twitter/search">
<input type="text" name='search' placeholder="search">
<input type="text" name='type' placeholder="type">
<input type="text" name='count' placeholder="count">
<input type="text" name='geo' placeholder="geo">
<input type='submit' value="SEARCH TWEETS">
</form>
<br><br><br><br><hr>
<h1>Tumblr</h1>
<form method="GET" action="http://localhost/ShareAPI/tumblr/login/">
<input type="hidden" name="auto_redirect" value="true">
<input type="text" name='callback' placeholder='callback'>
<input type="submit" value="LOGIN">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/tumblr/post/text">
<input type="text" name='title' placeholder='title'>
<input type="text" name='message' placeholder="message">
<input type="text" name='blogName' placeholder='Blog' value='tbshameless'>
<input type='submit' value="POST Text">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/tumblr/post/photo">
<input type="text" name='source' placeholder='source'>
<input type="text" name='link' placeholder='link'>
<input type="text" name='caption' placeholder="caption">
<input type="text" name='blogName' placeholder='Blog' value='tbshameless'>
<input type='submit' value="POST Photo">
</form>
<hr>
<form method="POST" action="http://localhost/ShareAPI/tumblr/post/link">
<input type="text" name='url' placeholder='url'>
<input type="text" name='description' placeholder='description'>
<input type="text" name='thumbnail' placeholder="thumbnail">
<input type="text" name='author' placeholder="author">
<input type="text" name='blogName' placeholder='Blog' value='tbshameless'>
<input type='submit' value="POST Link">
</form>
<hr>
<form method="GET" action="http://localhost/ShareAPI/tumblr/user/blogs">
<input type='submit' value="GET BLOGS">
</form>
<!-- <br><br><br><br><hr>
<h1>Pintrest</h1>
<form method="GET" action="http://localhost/ShareAPI/pinterest/login/">
<input type="submit" value="LOGIN">
</form>
<form method="GET" action="http://localhost/ShareAPI/pinterest/user/boards">
<input type='submit' value="Get Boards">
</form> -->
<br><br><br><br><hr>
<h1>LinkedIn</h1>
<form method="GET" action="http://localhost/ShareAPI/linkedin/login/">
<input type="submit" value="LOGIN">
</form>
<form method="GET" action="http://localhost/ShareAPI/linkedin/user/info">
<input type="hidden" name='fields' value='first-name,last-name,positions'>
<input type='submit' value="LI Info">
</form>
<form method="POST" action="http://localhost/ShareAPI/linkedin/post">
<input type="text" name='url' placeholder='url' value="http://thinkingbox.ca">
<input type="text" name='description' placeholder='description' value="Test Description">
<input type="text" name='title' placeholder="title" value="Test Title">
<input type="text" name='comment' placeholder="comment" value="Test Comment">
<input type="text" name='source' placeholder="source" value="https://i.vimeocdn.com/portrait/6125695_300x300.jpg">
<input type='submit' value="Share to LI">
</form>
<form method="POST" action="http://localhost/ShareAPI/linkedin/intent">
<input type="hidden" name='url' value='http://thinkingbox.ca'>
<input type="hidden" name='title' value='Thinkingbox'>
<input type='submit' value="Intent">
</form>
<br><br><br><br><br><br><br>
</body>
</html>