Closed GoogleCodeExporter closed 9 years ago
I had the same problem and believe this is a bug. I fixed it by modifying the
above
code to:
$ocr_id = $this->query_one('
SELECT ocr_id
FROM oauth_consumer_registry
WHERE ocr_consumer_key = \'%s\'
AND ocr_usa_id_ref = %d
', $consumer_key, $user_id);
And it seems to be working as expected now.
Hope that helps!
Original comment by burakatn...@gmail.com
on 28 Apr 2010 at 3:48
Thanks a lot, burak. I think this should solve it, and I just added it to r120.
I'll
leave this open for a while to see if anyone has problems with this fix, but I
think
this one is closed.
Original comment by brunobg%...@gtempaccount.com
on 28 Apr 2010 at 6:04
Original comment by brunobg%...@gtempaccount.com
on 28 Apr 2010 at 6:04
Original comment by brunobg%...@gtempaccount.com
on 17 Jun 2010 at 12:45
Original issue reported on code.google.com by
brunobg%...@gtempaccount.com
on 18 Feb 2010 at 5:20