We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5719d7a commit c265e73Copy full SHA for c265e73
src/main/java/org/scribe/builder/api/ConstantContactApi.java
@@ -9,21 +9,18 @@ public class ConstantContactApi extends DefaultApi10a
9
@Override
10
public String getAccessTokenEndpoint()
11
{
12
- // TODO Auto-generated method stub
13
return "https://oauth.constantcontact.com/ws/oauth/access_token";
14
}
15
16
17
public String getAuthorizationUrl(Token requestToken)
18
19
20
return String.format(AUTHORIZE_URL, requestToken.getToken());
21
22
23
24
public String getRequestTokenEndpoint()
25
26
27
return "https://oauth.constantcontact.com/ws/oauth/request_token";
28
29
0 commit comments