Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Team management
Social coding
Documentation
Code hosting
Case Studies
→
Security
→
Business
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
1
Star
1
Fork
444
juliendangers
/
pac4j
forked from
pac4j/pac4j
Code
Pull requests
0
Projects
0
Insights
Permalink
Browse files
format code
Loading branch information
...
juliendangers
committed
Jan 15, 2014
1 parent
c756f8b
commit
72d025e219dd11f854ecf1f8156e48f688d55615
Unified
Split
Showing
1 changed file
with
1 addition
and
2 deletions
.
+1
−2
pac4j-oauth/src/main/java/org/pac4j/oauth/client/TwitterClient.java
Show comments
View file
3
pac4j-oauth/src/main/java/org/pac4j/oauth/client/TwitterClient.java
@@ -76,8 +76,7 @@ protected void internalInit() {
@Override
protected
String
getProfileUrl
() {
return
"
https://api.twitter.com/1.1/account/verify_credentials.json
"
;
return
"
https://api.twitter.com/1.1/account/verify_credentials.json
"
;
}
@Override
Toggle all file notes
0 comments on commit
72d025e
Please
sign in
to comment.
You can’t perform that action at this time.
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.
Press h to open a hovercard with more details.
0 comments on commit
72d025e