Skip to content

Commit c060b0d

Browse files
committed
Upgrade to latest modified scribe jar
1 parent a2abe4b commit c060b0d

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

codepath-oauth.jardesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="MacRoman" standalone="no"?>
22
<jardesc>
3-
<jar path="/Users/nesquena/Desktop/codepath-oauth-0.2.4.jar"/>
3+
<jar path="/Users/nesquena/Desktop/codepath-oauth-0.3.0.jar"/>
44
<options buildIfNeeded="true" compress="true" descriptionLocation="/CodePathOAuthHandler/codepath-oauth.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
55
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
66
<selectedProjects/>

libs/scribe-codepath.jar

152 KB
Binary file not shown.

libs/scribe.jar

-148 KB
Binary file not shown.

src/com/codepath/oauth/ScribeRequestAdapter.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,9 @@ private ParameterList parseQueryParams() throws UnsupportedEncodingException {
145145
return params;
146146
}
147147

148+
@Override
149+
public String getRealm() {
150+
return null;
151+
}
152+
148153
}

0 commit comments

Comments
 (0)