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
Just a note, the send_tweet function is not public. It will be made a public function in v1.0. If you would like it to be public add the following at line 1141 of birdhouse.js:
this.send_tweet = send_tweet;
The text was updated successfully, but these errors were encountered:
Just a note, the send_tweet function is not public. It will be made a public function in v1.0. If you would like it to be public add the following at line 1141 of birdhouse.js:
The text was updated successfully, but these errors were encountered: