This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Commit 4f1f3a2
committed
Separate twitter app for OAuth
We can't have one twitter dev app for posting tweets
and oauth, because there is no separation between permission
levels.
To post tweets we need write access which forces us to ask
write access to user accounts (which we don't need).
With this approach we have one app with read access to user's
accounts and another app with write access for posting tweets.1 parent 996d15b commit 4f1f3a2
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments