Chuvi-w / twitcurl

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

twitterclient -> twitcurl: Missing functions #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just compile the thing.

What is the expected output? What do you see instead?
Well, should be '0 errors, 0 warnings'

'oAuthHandlePIN' : is not a member of 'twitCurl'
'timelineUserGetTrim' : is not a member of 'twitCurl'

Those two functions do not exist any where in the project.

Original issue reported on code.google.com by bajaexpl...@yahoo.com on 7 May 2012 at 6:24

GoogleCodeExporter commented 8 years ago
oAuthHandlePIN() is indeed a member of twitCurl class. And, there's no 
timelineUserGetTrim() method. Do you see errors if you check-out latest code 
from SVN? Have you done any changes or added any code?

Original comment by swatkat....@gmail.com on 3 Jun 2012 at 9:36