8000 Add section on callback URL security · developerintermix/codebird-php@10593f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10593f8

Browse files
committed
Add section on callback URL security
See jublo#236.
1 parent a371471 commit 10593f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ In this case, you don't need to set the consumer key and secret.
132132
For sending an API request with app-only auth, see the ‘Usage examples’ section.
133133

134134

135+
### A word on your callback URL
136+
137+
Twitter is very restrictive about which URLs may be used for your callback URL.
138+
For example, even the presence of the ‘www’ subdomain must match with the domain
139+
that you specified in the settings of your app at https://developer.twitter.com/en/apps.
140+
141+
135142
Mapping API methods to Codebird function calls
136143
----------------------------------------------
137144

0 commit comments

Comments
 (0)
0