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 has been archived by the owner on May 17, 2019. It is now read-only.
share twitter without image (only text):
...
final Intent intent = new ComposerActivity.Builder(_activity)
.session(session)
//.image(imageUri)
.text(text)
.createIntent();
_activity.startActivity(intent);
...
when tweet will get HTTP request failed, Status: 403
The text was updated successfully, but these errors were encountered: