You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for discussing the development of OAuth Objective-C libraries.
|
|
|
How to Properly Format a Client Request? / How does MPOAuthClient do it?
|
| |
Sorry for the re-post....I posted to the Groups MPOAuthClient page
before I realized there was this discussion area....
My question is regarding how requests are formated once an access
token is received.
I'm trying to create an api secured with oauth much like flickr's. As
is flickr's ...I'd like for my requests to contain the method as var.... more »
|
|
How can I make a post call?
|
| |
When I tried to make a post query,
I am thinking to add a method to ,
- (void)performPostMethod:(NSStr ing *)inMethod atURL:(NSURL *)inURL
withParameters:(NSDictionary *) inParameterDictionary withTarget:(id)
inTarget andAction:(SEL)inAction {
but I noticed current design, MPOAuthURLRequest call only has member... more »
|
|
MPOAuthAPI.m initWithCredentials when url not in plist
|
| |
Just wondering if, perhaps, "initWithCredentials" should have a
default assignment of "oauthRequestTokenURL" to "inAuthURL" in-case
the _initAuthorizationEndpointsFor URL fails to find anything for the
given domain?
Otherwise the inAuthURL parameter is not really used except for
"self.authenticationURL" which does not appear to be used.... more »
|
|
OAuth API
|
| |
Where to download OAuth API? Can anyone help me plz!!!
|
|
License Question
|
| |
Quick question regarding the license for this project. The project
information page says "New BSD License", but the substantial parts of
the source code are marked "Copyright 2008 matrixPointer. All rights
reserved.".
Which information is the correct one?
Thanks,
hm
|
|
Having trouble connecting to google oauth.
|
| |
I've managed to use the MPOAuthMobile example to connect to Twitter
but am having trouble connecting to Google.
_oauthAPI = [[MPOAuthAPI alloc]
initWithCredentials:credential s
authenticationURL:[NSURL URLWithString:@"[link]
accounts/OAuthAuthorizeToken"]
andBaseURL:[NSURL URLWithString:@"[link]"]];... more »
|
|
Refreshing an Access Token
|
| |
I've been testing the sample application against my own server, as
well as a public oauth test server at [link].
Everything seems to be working fine (I can get a request token,
authorize, and get an access token), until restarting the app, where
the app retrieves the tokens from the keychain, and automatically... more »
|
|
iPhone app as a client to consumer web app
|
| |
Has anyone done something like that?
What should the design pattern be?
Should the iPhone app be treated as a consumer for the web app, which
means that multiple oauth connections are needed?
Any thoughts?
JK
|
|
iPhone UIWebView, OAuth and User-Agent trust
|
| |
Recently my colleague and I began looking a little closer at the
iPhone SDK in an effort to research how to best incorporate an OAuth
authorization model. Naturally UIWebView was front and center as it
currently provides the only method (at least that I'm aware of) for an
application to transition between itself and the browser without... more »
|
|
|