Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
toofusan
/
Twity
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
97
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 23, 2020
Merge pull request #25 from eelstork/master
Show description for 4e0e119
toofusan
authored
4e0e119
View commit details
Copy full SHA for 4e0e119
Browse repository at this point
Commits on Apr 23, 2020
Support Unity Package Manager (UPM)
Tea
committed
0b5da34
View commit details
Copy full SHA for 0b5da34
Browse repository at this point
Commits on Jan 19, 2019
Merge pull request #23 from toofusan/request-token
Show description for 69d8411
toofusan
authored
69d8411
View commit details
Copy full SHA for 69d8411
Browse repository at this point
fix for generate request token again after generate access token
toofusan
committed
33da140
View commit details
Copy full SHA for 33da140
Browse repository at this point
Commits on Oct 28, 2018
Merge pull request #21 from toofusan/error-datamodel
Show description for 2a919a7
toofusan
authored
2a919a7
View commit details
Copy full SHA for 2a919a7
Browse repository at this point
add error DataModel
toofusan
committed
394e96d
View commit details
Copy full SHA for 394e96d
Browse repository at this point
delete Debug.Log
toofusan
committed
cb36b38
View commit details
Copy full SHA for cb36b38
Browse repository at this point
Commits on Oct 27, 2018
Merge pull request #20 from toofusan/fix-helper
Show description for 20a10fc
toofusan
authored
20a10fc
View commit details
Copy full SHA for 20a10fc
Browse repository at this point
fix about license
toofusan
committed
2d0f52a
View commit details
Copy full SHA for 2d0f52a
Browse repository at this point
fix helper methods
toofusan
committed
71ff4d0
View commit details
Copy full SHA for 71ff4d0
Browse repository at this point
Commits on Oct 6, 2018
add Client.screenName
toofusan
committed
d7d7e09
View commit details
Copy full SHA for d7d7e09
Browse repository at this point
Merge pull request #19 from toofusan/oauth_authorize
Show description for 0e3e104
toofusan
authored
0e3e104
View commit details
Copy full SHA for 0e3e104
Browse repository at this point
callbackURL argument is optional
toofusan
committed
d9b87ed
View commit details
Copy full SHA for d9b87ed
Browse repository at this point
update about PIN-based authorization
toofusan
committed
c0aa413
View commit details
Copy full SHA for c0aa413
Browse repository at this point
refactoring
toofusan
committed
19e6247
View commit details
Copy full SHA for 19e6247
Browse repository at this point
add authorizeURL
toofusan
committed
502e305
View commit details
Copy full SHA for 502e305
Browse repository at this point
update GenerateAccessToken method
toofusan
committed
c8a30b0
View commit details
Copy full SHA for c8a30b0
Browse repository at this point
Commits on Oct 5, 2018
add GenerateAccessToken method(WIP)
toofusan
committed
7bd95e9
View commit details
Copy full SHA for 7bd95e9
Browse repository at this point
fix README
toofusan
committed
1a7be1c
View commit details
Copy full SHA for 1a7be1c
Browse repository at this point
set oob for oauth_callback
toofusan
committed
9f8b196
View commit details
Copy full SHA for 9f8b196
Browse repository at this point
Commits on Oct 2, 2018
rm old directory
toofusan
committed
84ead8e
View commit details
Copy full SHA for 84ead8e
Browse repository at this point
change directory name
toofusan
committed
f100231
View commit details
Copy full SHA for f100231
Browse repository at this point
Commits on Oct 1, 2018
change filename
toofusan
authored
c8b41b5
View commit details
Copy full SHA for c8b41b5
Browse repository at this point
Commits on Sep 30, 2018
update for generate request_token
toofusan
committed
dddf10d
View commit details
Copy full SHA for dddf10d
Browse repository at this point
Merge pull request #18 from toofusan/oauth_request_token
Show description for 813f077
toofusan
authored
813f077
View commit details
Copy full SHA for 813f077
Browse repository at this point
update for generate request_token
Toru Yoshioka
committed
8d5bd14
View commit details
Copy full SHA for 8d5bd14
Browse repository at this point
set Oauth.requestToken when request is succeeded
Toru Yoshioka
committed
c5a0f86
View commit details
Copy full SHA for c5a0f86
Browse repository at this point
add requestToken and requestTokenSecret
Toru Yoshioka
committed
2075eca
View commit details
Copy full SHA for 2075eca
Browse repository at this point
add AccessToken Datamodel (and BearerToken Datamodel)
Toru Yoshioka
committed
ee359cb
View commit details
Copy full SHA for ee359cb
Browse repository at this point
fix method name
Toru Yoshioka
committed
e5a1e7d
View commit details
Copy full SHA for e5a1e7d
Browse repository at this point
merge GenerateHeader method
Toru Yoshioka
committed
bba877f
View commit details
Copy full SHA for bba877f
Browse repository at this point
merge GenerateSignature method
Toru Yoshioka
committed
5273d84
View commit details
Copy full SHA for 5273d84
Browse repository at this point
add GenerateRequestToken method
Toru Yoshioka
committed
87210a3
View commit details
Copy full SHA for 87210a3
Browse repository at this point
Merge pull request #17 from toofusan/oauth2
Show description for 4d81bb2
toofusan
authored
4d81bb2
View commit details
Copy full SHA for 4d81bb2
Browse repository at this point
add about application-only authentication
Toru Yoshioka
committed
f67b1e0
View commit details
Copy full SHA for f67b1e0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.