What are the Formspring authentication URLs? (OAuth iPhone)
I'm trying to gain authorization to Formspring using the OAuthConsumer found at https://github.com/jdg/oauthconsumer.
I've looked at many examples and thoroughly Googled for the answer, but 开发者_StackOverflow中文版I can't find the URL's you need to call for gaining access to the user's data. URL's for authentication, token requesting, etc. I imagine there should be something like: formspring.me/authentication or formspring.me/get_token_request etc, but I can't find anything.
Where can I look for these or if you know them what are they?
Thanks, John
The API is currently in beta. You need to request access at the following URL: http://www.formstack.com/forms/?844272-7VPxuC7gnR
If you are granted access to the API, you'll be sent an email with more details on how to connect.
精彩评论