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
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Then you should be set to go. Run `ionic cap run ios --livereload` to start the
61
61
}
62
62
```
63
63
64
-
- at twitter developer site, add the callback url in the following format: `twittersdk://`
64
+
- at twitter developer site, add this callback url: `twittersdk://`
65
65
-`[extra step]` in android case we need to tell Capacitor to initialise the plugin:
66
66
67
67
> on your `MainActivity.java` file add to the header `import cap.twitter.plugin.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`
0 commit comments