You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ twitter.logout();
97
97
- npx cap open ios
98
98
- sign your app at xcode (general tab)
99
99
- 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)
101
101
102
102
Then you should be set to go. Run `ionic cap run ios --livereload` to start the server and play it through xcode
103
103
@@ -125,7 +125,7 @@ Then you should be set to go. Run `ionic cap run ios --livereload` to start the
125
125
}
126
126
```
127
127
128
-
- at twitter developer site, add this callback url: `twittersdk://`
128
+
- at twitter developer site, add this callback url: `twittersdk://` (with nothing behind it)
129
129
-`[extra step]` in android case we need to tell Capacitor to initialise the plugin:
130
130
131
131
> on your `MainActivity.java` file add `import com.getcapacitor.community.twitter.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`
0 commit comments