Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create an iphone application that is able to post the data to a website database which is using MySQL. Can anyone give some hints?

share|improve this question

2 Answers

You probably want to create a REST API. Check out this link: http://blog.poundbang.in/post/47182656/building-a-rest-api-for-your-iphone-sdk-app-using

share|improve this answer

You'll need to use NSURLConnection and NSURLRequest to send the data to the server.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.