Skip to content

Commit 6282f70

Browse files
committed
Without the last slash, the url returned is not reachable.
1 parent e83fa1c commit 6282f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/scribe/builder/api/MeetupApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
public class MeetupApi extends DefaultApi10a
1010
{
11-
private static final String AUTHORIZE_URL = "http://www.meetup.com/authenticate?oauth_token=%s";
11+
private static final String AUTHORIZE_URL = "http://www.meetup.com/authenticate/?oauth_token=%s";
1212

1313
@Override
1414
public String getRequestTokenEndpoint()

0 commit comments

Comments
 (0)