diff options
Diffstat (limited to 'src/com/p4square/f1oauth/F1OAuthHelper.java')
-rw-r--r-- | src/com/p4square/f1oauth/F1OAuthHelper.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/p4square/f1oauth/F1OAuthHelper.java b/src/com/p4square/f1oauth/F1OAuthHelper.java index b5241c4..187fb6b 100644 --- a/src/com/p4square/f1oauth/F1OAuthHelper.java +++ b/src/com/p4square/f1oauth/F1OAuthHelper.java @@ -66,6 +66,13 @@ public class F1OAuthHelper extends OAuthHelper { } /** + * @return The base url for the F1 API, ending with a slash. + */ + public String getBaseUrl() { + return mBaseUrl; + } + + /** * @return the URL for the initial RequestToken request. */ protected String getRequestTokenUrl() { |