Yahoo authenticate & fetch profile details iOS

后端 未结 4 1227
别跟我提以往
别跟我提以往 2021-02-19 06:38

I\'ve listed here Yahoo Integration steps which I\'ve followed.

  • Step 1. I went to http://developer.yahoo.com/social/sdk/objectivec/
  • Step
4条回答
  •  孤城傲影
    2021-02-19 06:46

    From the Yahoo docs you linked here are a few things to check:

    • Check that you are requesting and receiving approval for the correct permissions from the user

    • Inspect the YOSResponseData object, if an error occurred it should contain an NSError object.

    • It also contains an NSHTTPURLResponse object. Check the response header and status code.

    You've probably checked this stuff already, if so add the results to the question.

提交回复
热议问题