fornaxM / mpoauthconnection

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

Problems with test app and the new XAuth Twitter authentication #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hey, i am trying to run the sample app. everything compiles alright and the app 
starts, but then it 
crashes on: 

NSString username = credentials? username];
NSString password = credentials? password]; NSAssert(username, @"XAuth requires 
a Username 
credential");

in the XAuth Method because there is no username. where should i put the 
username? where does it 
come from? i guess this is a bug due to the new implementation of xauth. can I 
just switch back to 
oauth, or can you tell me how to fix this so I can give your app a try? thnx, 
Phil

Original issue reported on code.google.com by philipp....@gmail.com on 30 Mar 2010 at 9:47

GoogleCodeExporter commented 9 years ago
i think this might be the same error as 28. it crashes in the same way when i 
do it

Original comment by philipp....@gmail.com on 30 Mar 2010 at 9:49

GoogleCodeExporter commented 9 years ago
I am also unable to get the mobile test app to work. I get the same error. I 
even manually entered my Twitter 
username and password but then had another error. It seems XAuth is broken. 
From another comment it 
appears that some code was not committed to the project properly and maybe all 
that is needed is a merge to 
resolve this problem.

With the Twitter OAuth is just 6 weeks away MPOAuth is the most recommended 
OAuth library for Objective-C 
but without this test app working I may need to switch over to MGTwitterEngine. 
:(

I see there has not been any development since March. Is there really no update 
for this issue?

Please note the countdown clock.

http://www.countdowntooauth.com/

Original comment by offwh...@gmail.com on 15 May 2010 at 12:32

GoogleCodeExporter commented 9 years ago
+1 : unable to OAuth against Twitter

Original comment by sebastie...@gmail.com on 21 Jun 2010 at 10:26

GoogleCodeExporter commented 9 years ago
I'm having the same problem as well. I just can't get the test app to authorise 
with Twitter.

Original comment by rob.haw...@gmail.com on 5 Sep 2010 at 10:28

GoogleCodeExporter commented 9 years ago
Neither do I :(

Original comment by andrey.c...@gmail.com on 26 Nov 2010 at 1:47

GoogleCodeExporter commented 9 years ago
Same here,
Did anyone find out where to add the username/password

Original comment by edward.i...@gmail.com on 11 Jan 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Somebody solved this problem? I have the same issue! Ty!

Original comment by hyde....@gmail.com on 23 Sep 2011 at 5:54

GoogleCodeExporter commented 9 years ago
This project moved to github months ago, use that version of the code or file a 
new issue there. There's even a pull request specific to twitter.
https://github.com/thekarladam/MPOAuth

Original comment by karl.a...@gmail.com on 23 Sep 2011 at 6:42