Using AFIncrementalStore with an Auth token
问题 I'm working on an iOS client for App.net, and I'd like to use AFIncrementalStore to sync the web service with my Core Data implementation in the app. I've gotten the two to work for API requests that don't require an auth token, but I can't figure out how to use the auth token with AFIncrementalStore. In other words, I'm able to pull down the global feed, since it doesn't require auth: https://alpha-api.app.net/stream/0/posts/stream/global ...however, to get a user's stream, you need auth