Hello I am using Twit Pic in my app.I want to upload selected photo to facebook also ..How could I do this.If I upload then how to know user is logged in at fb?
Asked
Active
Viewed 414 times
1 Answers
0
You could try a framework such as ShareKit to facilitate sharing the image on facebook. I don't think there is a way to tell if the user is logged in without requesting permission to access her account, perhaps via the Facebook sdk.

Andrew Pouliot
- 5,423
- 1
- 30
- 34
-
Hello I tried Sharekit . But it is not sending emails.Any setting requires for sending mails – iProgrammer May 11 '11 at 10:40
-
If you just want to send emails, you can use the message kit ui directly; not sure what your issue is without more info than just "not sending emails" – Andrew Pouliot May 11 '11 at 19:19
-
I have included messagekit framework. And used share kit example. – iProgrammer May 12 '11 at 04:58