share text on facebook from iOS application using sharekit
Posted
by
Rendel
on Stack Overflow
See other posts from Stack Overflow
or by Rendel
Published on 2012-08-17T12:35:11Z
Indexed on
2012/09/17
3:38 UTC
Read the original article
Hit count: 338
I want to share some text on facebook using sharekit. I found many solutions but no1 worked for me.
I have imported sharekit and frameworks in my project. Now I want to share text: @"Hello everyone" directly (I mean not to choose from options: mail, twitter, facebook. When I press button share it should share text on facebook, of couse ask log in if it's necessary).
And also I will be glad if you tell me which fields are necessary to fill in the SHKConfig.h file for facebook.
© Stack Overflow or respective owner