Skip to content

Commit 132c949

Browse files
authored
Merge pull request #381 from amandle/twitter_warning
Add Twitter Warning about Consumer Secret
2 parents 74df4b3 + 0d14c2e commit 132c949

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 Consumer 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)