feat: introduce reconnection support for Flickr
This commit is contained in:
@@ -43,7 +43,7 @@ export default class Twitter {
|
||||
try {
|
||||
await this.client.currentUser();
|
||||
return true;
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
@@ -11,7 +11,7 @@
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"readOnly": true,
|
||||
"value": "http://localhost:3001/app/twitter/connections/add",
|
||||
"value": "https://localhost:3001/app/twitter/connections/add",
|
||||
"placeholder": null,
|
||||
"description": "When asked to input an OAuth callback or redirect URL in Twitter OAuth, enter the URL above.",
|
||||
"docUrl": "https://automatisch.io/docs/twitter#oauth-redirect-url",
|
||||
|
Reference in New Issue
Block a user