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
The "share your portfolio" feature implementation has changed and so it doesn't work anymore. I will remove it and I open this issue to track interest for a new implementation.
Apparently, the new implementation will pass the sharing_link_id and optionally the access_code to all API calls. The access_code can be validated with a GET https://api.finary.com/users/me/sharing_links/{SHARING_LINK_ID}/validate?access_code={ACCESS_CODE}
The text was updated successfully, but these errors were encountered:
The "share your portfolio" feature implementation has changed and so it doesn't work anymore. I will remove it and I open this issue to track interest for a new implementation.
Apparently, the new implementation will pass the
sharing_link_id
and optionally theaccess_code
to all API calls. Theaccess_code
can be validated with aGET https://api.finary.com/users/me/sharing_links/{SHARING_LINK_ID}/validate?access_code={ACCESS_CODE}
The text was updated successfully, but these errors were encountered: