Skip to content

Commit f26a747

Browse files
authored
Merge pull request #64 from ItsCalebJones/master
Use screen_name instead of user_id
2 parents 5903e4f + eefaeae commit f26a747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/res/values/consts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<string name="id_facebook_app">com.facebook.katana</string>
1616

1717
<string name="url_twitter_website">https://twitter.com/%s</string>
18-
<string name="uri_twitter_app">twitter://user?user_id=%s</string>
18+
<string name="uri_twitter_app">twitter://user?screen_name=%s</string>
1919
<string name="id_twitter_app">com.twitter.android</string>
2020

2121
<string name="url_google_plus_website">https://plus.google.com/%s</string>

0 commit comments

Comments
 (0)