Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary « Newer  Topics 11 - 20 of 21  Older »

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 »
By iDVB  - Aug 23 2009 - 3 new of 3 messages    

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 »
By Victor  - Aug 10 2009 - 1 new of 1 message    

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 »
By jrwpersonal  - Jun 1 2009 - 2 new of 2 messages    

OAuth API 
  Where to download OAuth API? Can anyone help me plz!!!
By Dil  - Jun 1 2009 - 2 new of 2 messages    

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
By hm  - May 20 2009 - 3 new of 3 messages    

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 »
By Ben  - Apr 15 2009 - 8 new of 8 messages    

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 »
By slee  - Apr 10 2009 - 11 new of 11 messages    

Memory leak in - (MPURLRequestParameter *)oauthNonceParameter, MPOAuthCredentialConcreteStore 
  Hi, i downloaded the library for an upcoming iphone app which needs to interact with an OAuth service. I've noticed that there's a memory leakage in this method - (MPURLRequestParameter *)oauthNonceParameter { MPURLRequestParameter *aRequestParameter = [[MPURLRequestParameter alloc] init];... more »
By Giullo  - Mar 26 2009 - 8 new of 8 messages    

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
By J Kwan  - Feb 4 2009 - 4 new of 4 messages    

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 »
By Darren Bounds (Cliqset)  - Feb 2 2009 - 7 new of 7 messages    

11 - 20 of 21   « Newer | Older »

XML       Send email to this group: oauth-objective-c@googlegroups.com