Hi Mark,
Let’s see if we can resolve your issue. For reference, I have an example app at https://github.com/seancook/TWiOS5ReverseAuthExample that tries to walk through the process as simply as possible.
Common things that I’ve seen from developers who’ve experienced problems with Reverse Auth:
- Does Step 1 result in what looks like a full OAuth header? It should not look like a regular request token.
- Are you using TWRequest to POST Step 2 to /oauth/access_token? Are you passing the x_auth_* parameters in a dictionary to the request before POST’ing?
- Are you setting the x_reverse_auth_parameters to the full value that was returned in Step 1? (This is labeled “S” in the documentation)
Please let me know if you’re still seeing problems. We’ll get it resolved.
-Sean