0

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.)"

Leena
  • 109
  • 1
  • 10

1 Answers1

0

Try this

In the MGTwitterEngine.m

# define TWITTER_DOMAIN @ "twitter.com"

A,

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

To change.

John Conde
  • 217,595
  • 99
  • 455
  • 496
hirase
  • 1