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
+5-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Then you should be set to go. Run `ionic cap run ios --livereload` to start the
83
83
- at twitter developer site, add this callback url: `twittersdk://`
84
84
-`[extra step]` in android case we need to tell Capacitor to initialise the plugin:
85
85
86
-
> on your `MainActivity.java` file add to the header `import cap.twitter.plugin.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`
86
+
> on your `MainActivity.java` file add `import cap.twitter.plugin.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`
87
87
88
88
Now you should be set to go. Try `ionic cap run android --livereload` to start the server and play/debug it through Android Studio
89
89
@@ -93,6 +93,10 @@ Now you should be set to go. Try `ionic cap run android --livereload` to start t
93
93
94
94
Check it out on the [sample app](https://github.com/stewwan/capacitor-twitter-example) using this plugin.
0 commit comments