Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 6f3cff6

Browse files
authored
feat(docs): add clarification
1 parent 9c39e73 commit 6f3cff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ twitter.logout();
9797
- npx cap open ios
9898
- sign your app at xcode (general tab)
9999
- add a new url type at Xcode (info tab) and make sure the url scheme follows the format `twitterkit-your_consumer_api_key` (grab a key at twitter developer site)
100-
- also at twitter developer site, add a new callback url in the same format: `twitterkit-your_consumer_api_key`
100+
- also at twitter developer site, add a new callback url in the same format: `twitterkit-your_consumer_api_key://` (with nothing behind it)
101101

102102
Then you should be set to go. Run `ionic cap run ios --livereload` to start the server and play it through xcode
103103

@@ -125,7 +125,7 @@ Then you should be set to go. Run `ionic cap run ios --livereload` to start the
125125
}
126126
```
127127

128-
- at twitter developer site, add this callback url: `twittersdk://`
128+
- at twitter developer site, add this callback url: `twittersdk://` (with nothing behind it)
129129
- `[extra step]` in android case we need to tell Capacitor to initialise the plugin:
130130

131131
> on your `MainActivity.java` file add `import com.getcapacitor.community.twitter.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`

0 commit comments

Comments
 (0)