How to integrate facebook sharing and twitter sharing to iphone like posting some text or images on wall?I have tried twitter using the following codeenter link description here
but it is not working?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For twitter use ShareKit and integrate in your application.
Change in Sharekit according to this link
Register for twitter API at https://dev.twitter.com// for client id and secret key
Now change SHKTwitterConsumerKey and SHKTwitterSecret to client id and secret key respectively in SHKConfig.h
For Facebook use FBGraph API link for sample code
Update: Please check https://github.com/reallylongaddress/iPhone-Facebook-Graph-API/issues/4 if you find post to FB crashing while using code