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 e83fa1c commit 6282f70Copy full SHA for 6282f70
1 file changed
src/main/java/org/scribe/builder/api/MeetupApi.java
@@ -8,7 +8,7 @@
8
*/
9
public class MeetupApi extends DefaultApi10a
10
{
11
- private static final String AUTHORIZE_URL = "http://www.meetup.com/authenticate?oauth_token=%s";
+ private static final String AUTHORIZE_URL = "http://www.meetup.com/authenticate/?oauth_token=%s";
12
13
@Override
14
public String getRequestTokenEndpoint()
0 commit comments