You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a site aimed at helping you learn how to easily integrate and use the TikTok API. Check out the <a href="https://www.youtube.com/watch?v=sdA4eCq21y8&list=PL0glhsZ01I-BWvKCRnZtkG4bBoOB3LivT" target="_blank">YouTube TikTok API PHP SDK Playlist</a> to learn more! You can also find the code and wiki on <a href="https://github.com/jstolpe/tiktok-api-php-sdk" target="_blank">Github</a>.
110
+
</div>
111
+
<a href="<?phpecho$authenticationUrl; ?>">
112
+
<div class="tiktok-button">
113
+
<img src="assets/tiktok_logo.png" /> Continue with TikTok
This is a site aimed at helping you learn how to easily integrate and use the TikTok API. Check out the <a href="https://www.youtube.com/watch?v=sdA4eCq21y8&list=PL0glhsZ01I-BWvKCRnZtkG4bBoOB3LivT" target="_blank">YouTube TikTok API PHP SDK Playlist</a> to learn more! You can also find the code and wiki on <a href="https://github.com/jstolpe/tiktok-api-php-sdk" target="_blank">Github</a>.
99
+
</div>
100
+
<div>
101
+
Code From TikTok
102
+
</div>
103
+
<div>
104
+
<input type="text" value="<?phpechoisset( $_GET['code'] ) ? $_GET['code'] : ''; ?>" placeholder="code from TikTok to exchange for access token" />
0 commit comments