Twitter Integration issue using sharekit in ios?

ε祈祈猫儿з 提交于 2019-12-12 03:56:42

问题


Am using sharekit sdk for twitter sharing it is working fine before suddenly from two days it was showing problem like "There was a problem to accessing Twitter" can any one have a idea to find out solution


回答1:


Twitter recently tightened restrictions on OAuth. From the discussion (https://dev.twitter.com/discussions/16443):

  • You must pass an oauth_callback value to oauth/request_token. It's not optional. Even if you have one already set on dev.twitter.com. If you're doing out of band OAuth, pass oauth_callback=oob.
  • You must pass along the oauth_verifier you either received from your executed callback or that you received hand-typed by your end user to oauth/access_token.

Long story short: You must update ShareKit from the master branch, or at least pull this commit: https://github.com/ShareKit/ShareKit/pull/692




回答2:


Maybe this link could help. Try it! http://jayrparro.com/blog/2011/05/24/incorrect-signature-sharekit-twitter-error/



来源:https://stackoverflow.com/questions/15850095/twitter-integration-issue-using-sharekit-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!