fornaxM / mpoauthconnection

Automatically exported from code.google.com/p/mpoauthconnection
0 stars 0 forks source link

Recent changes to MPOAuthAPI.h eliminated the MPOAuthAPIDelegate protocol and breaks the sample #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Doing an SVN checkout of trunk fails right now.  It looks like the mobile
demo relies on @protocol MPOAuthAPIDelegate, which no longer exists.  It
was eliminated a few days ago in an update to MPOAuthAPI.h, but I see no
log notes of how one should replace it.  Either way, I suspect the demo
apps no longer compile.

Regards,
Jon

See 
http://code.google.com/p/mpoauthconnection/source/diff?path=/trunk/Source/Framew
ork/MPOAuthAPI.h&format=side&r=118&old_path=/trunk/Source/Framework/MPOAuthAPI.h
&old=114

http://code.google.com/p/mpoauthconnection/source/browse/trunk/MPOAuthMobile/Cla
sses/MPOAuthMobileAppDelegate.h

Original issue reported on code.google.com by jon.mountjoy on 6 Jan 2010 at 9:43

GoogleCodeExporter commented 9 years ago
MPOAuthMobile as a seperate project is going away. Instead you'll now have a 
MPOAuthMobile target in the 
MPOAuthConnection project

Original comment by karl.a...@gmail.com on 23 Jan 2010 at 1:20

GoogleCodeExporter commented 9 years ago
I forgot to mention that the source of this problem stems from changes to the 
way in which authentication is 
now handled, in that the MPOAuthAPIDelegate methods are gone and have instead 
moved to the 
MPOAuthAuthenticationMethodOAuthDelegate 

Original comment by karl.a...@gmail.com on 23 Jan 2010 at 1:21

GoogleCodeExporter commented 9 years ago
I got the MPOAuthMobile demo working to see if it'd play nice with the 
Meetup.com API
(http://www.meetup.com/meetup_api/docs/#oauth), using
MPOAuthAuthenticationMethodOAuthDelegate. I can put the source code up if 
someone
tells me where to put it. I also made some changes to the framework to support 
the
oauth_verifier key for OAuth 1.0a.

Original comment by rhsieh@gmail.com on 25 Jan 2010 at 8:02

GoogleCodeExporter commented 9 years ago
Patches are always welcome. You can attach it to this issue and I'll take a 
look.

Original comment by karl.a...@gmail.com on 25 Jan 2010 at 8:17

GoogleCodeExporter commented 9 years ago
Sure thing. I made a few other changes, such as posting
MPOAuthNotificationErrorHasOccurred, dealing with access_tokens that don't have 
an
expiration date, changing the testing screen to allow for params, and also 
adding
.meetup.com to oauthAuthConfig.plist. Let me know what you think.

Original comment by rhsieh@gmail.com on 25 Jan 2010 at 9:05

Attachments:

GoogleCodeExporter commented 9 years ago
@rhsieh

I would truly appreciate a peek at your working project.

I've been struggling to get MPOAuth working (in mobile) against 1.0a.

Original comment by joshp...@gmail.com on 6 Feb 2010 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by karl.a...@gmail.com on 12 Feb 2010 at 5:06