AnderGoig / SwiftInstagram

Instagram API client written in Swift
https://git.io/vdNAn
MIT License
578 stars 81 forks source link

End point retired #38

Closed yveslym closed 6 years ago

yveslym commented 6 years ago

Checklist

basically, I try to call the end-point search user and the error said "this endpoint has been retired" is there any other solution to retrieve user info?

Expected Behavior

Actual Behavior

return error "this endpoint has been retired"

Steps to Reproduce the Problem

just call the end point api.search(user query: String, count: Int? = nil, success: SuccessHandler<[InstagramUser]>?, failure: FailureHandler?)

Specifications

AnderGoig commented 6 years ago

Hi @yveslym, I'm afraid there's nothing I can do about it. That's on Instagram side (https://developers.facebook.com/blog/post/2018/01/30/instagram-graph-api-updates/).