Skip to content

Commit 0ed44c2

Browse files
author
Aaron Mandle
committed
Add proposed Twitter Client Secret warning #269
1 parent 0f894a9 commit 0ed44c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/res/values/config.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
<!--
2323
Your Twitter Consumer Secret
24+
25+
WARNING: By obtaining your Consumer Key and Client Secret other programs can perform API
26+
operations as your app. Embedding the Consumer Key and Consumer Secret in your app, no matter
27+
how obfuscated, makes it vulnerable to being stolen.
2428
-->
2529
<string name="twitter_consumer_secret" translatable="false">CHANGE-ME</string>
2630
</resources>

0 commit comments

Comments
 (0)