Error occur while fetching timeline of twitter

252 views Asked by At

When i run my code than following error occur. I am using MGTwitterEngine for integrate twitter in my app. Using this authentication process successfully done and i can successfully tweet but can not fetch my tweet on table view.

Please help me for fetching tweet timeline.

failed with error: Error Domain=HTTP Code=403 "The operation couldn’t be completed. (HTTP error 403.)"

1

There are 1 answers

0
hirase On

Try this

In the MGTwitterEngine.m

# define TWITTER_DOMAIN @ "twitter.com"

A,

# define TWITTER_DOMAIN @ "api.twitter.com / 1"

To change.