ledgerconnect / steemconnect

Signer app for Steem
https://steemconnect.com
MIT License
159 stars 88 forks source link

How to update account profile information? #327

Closed miikkikiikki closed 6 years ago

miikkikiikki commented 6 years ago

Not clear for me, how we can update account profile information with https://v2.steemconnect.com/sign (Profile Update). If i can write only name of the user, and no input for name, profile image and etc. Please help

bonustrack commented 6 years ago

@miikkikiikki you will need to generate the link yourself or with SC2-SDK lib with the field(s) you want to edit, here is an example: https://steemconnect.com/sign/profile-update?name=Fabien&profile_image=https%3A%2F%2Fipfs.busy.org%2Fipfs%2FQmZDi68NdNJGasKF1e8DKx395rZa9fqGRHidSjbnFfkmwG You can test busy.org profile edit to see how it's supposed to work with more fields.

miikkikiikki commented 6 years ago

@bonustrack thank you for answer! I will try.