Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added example for resteeming a post #424

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nickberns
Copy link

This was missing in the examples/docs and could be helpful for beginners

/* For resteeming it must(!) be your posting key, otherwise it will fail */
var postingWif = '5JRaypasxMx1L97ZUX7YuC5Psb5EAbF821kkAGtBj7xCJFQcbLg'; // Your posting key
var account = 'dan'; // Author of post
var link ='https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination' // Post to resteem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you resteem your own posts?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not. It might work programmatically but the option is not available on the frontend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants