4th Street Bar Hive-Bar

Hive-Bar Powered by Hive beta-fdb5b5b

Community post

SteemConnect: Deprecation notice for "v2" subdomain

Artboard.png

Hey developers,

We would like to warn you that the subdomain v2 of steemconnect.com will become deprecated by September 15th. Make sure you update your application to use https://steemconnect.com instead of https://v2.steemconnect.com before this date. These 2 endpoints are actually pointing to the same app and same server, they are exactly the same, the subdomain v2 were used when there was the version 1 running on the main domain months ago.

Here is the change you have to do concretely:

Before:

var api = sc2.Initialize({
  baseURL: 'https://v2.steemconnect.com',
  app: 'steemiscool.app',
  callbackURL: 'https://steemiscool.com'
});

After:

var api = sc2.Initialize({
  baseURL: 'https://steemconnect.com', 
  app: 'steemiscool.app',
  callbackURL: 'https://steemiscool.com'
});

If you omit the baseURL parameter it will work too:

var api = sc2.Initialize({
  app: 'steemiscool.app',
  callbackURL: 'https://steemiscool.com'
});

Best,

Fabien

86 upvotes $6.51

Replies (10)

Review before signing

Posting as . Signing with . Keychain permission: Posting. Hive Keychain will ask you to approve this action next.


  
Technical details

Operation fingerprint: