ios - TWTRTimelineViewController with Guest Authentication -
i encountering numerous issues while trying use twtrtimelineviewcontroller guest authentication.
from following documentation here, , following tutorial here, should able show twtrtimelineviewcontroller without issue, keep getting following error code when initializing fabric:
[fabric] failed download settings error domain=fabnetworkerror code=-5 "(null)"
.
i've tried searching error , cannot find related -5 error code.
i have tried initializing fabric using
[[twitter sharedinstance] startwithconsumerkey:ktwitterconsumerkey consumersecret:ktwitterconsumersecret];
and
[fabric with:@[ [twitter sharedinstance] ]];
but doing results in same error displaying following error when trying set datasource
on twtrtimelineviewcontroller:
[twitterkit] couldn't load tweets twtrtimelineviewcontroller: error domain=twitterapierrordomain code=200 "request failed: forbidden (403)"
has ever had issue before or can show me how display twitter feed using twtrtimelineviewcontroller guest authentication?
thanks in advanced of help.
i able figure out.
fabric not being initialized causing errors.
once got fabric initialized, works expected tutorials.
Comments
Post a Comment