I am doing an iPhone app which requires OAuth 2.0 protocol to be implemented for the login of the user to a particular website. I have the client id and client secret whic
You can find a good tutorial on OAuth Tutorial. This tutorial is a for MAC applications and uses Google OAuthCustomer library. OAuthCustomer related readings and source codes can be find within the below URLs
Make sure to remove non ARC stuff from the OAuthCustomer Library files for iOS applications
OAuth spec and documentations
SDKs for OAuth on iOS
(Speaking of "a particular website", does it have official or third-party SDK for iOS? If yes then you don't need to implement OAuth authorization yourself.)