Add facebook Comment Box social plugin in my iphone app - iphone

i want to add facebook Comment Box in my iphone app. is it possible ? if it possible please provide me any idea.

It would be possible using a UIWebView. If you don't know how to do that, have a look in the Apple Developer Documentation.

Related

Sharing with facebook, twitter on iOS

On the Android os, there is an easy feature for share with facebook, twitter and others.
see this link.
Is there the same type of thing of iOS? Or would we need to add specific buttons like "share on Facebook" "share on twitter" for all types of sharing ?
The built-in functionality you can take advantage of is called the Social framework.
I did a presentation on this on the NSChat board a couple weeks ago. You can find the presentation here and my source code here.
You may use very easy to use iOS control AAShareBubbles to present social buttons like:
Facebook, Twitter, Google+, Tumblr, Vkontakte (vk.com), LinkedIn, Pinterest, Youtube, Vimeo, E-mail
Follow the link to github: https://github.com/mixdesign/AAShareBubbles
Try to use ShareKit, it's simple. http://getsharekit.com

IOS sharing framework for twitter, facebook, flicr, tumblr

I need to share UIImage from my IOS application to Facebook, Twitter, Flicr, Picassa (if possible), Tumblr.
Is there any library that can help me with this task?
Or should i download SDK for every one social network?
Please, help me, and
thank you for the answers:)
You can also use the Socialize SDK which handles sharing and user management as well: http://www.getsocialize.com
For Facebook and Twitter, you can use the simple way bellow. The UI will look like Twitter on iOS 5 and Facebook on iOS 6: https://github.com/lephukhanhhuy/easyshare-ios4.3.
Great share API http://www.addthis.com/
ShareKit is an option as it covers some of the services you require.

how to share our ipad app for social networks like fb,twitter,etc

like web project where we can share to socialnetworks by cliking on fb share/like button ,tweet button. i want to do the same thing in my ipad app.please any one help me?
You can either use each social networks API individually, or you can use ShareKit.
ShareKit is a lot simpler, and easier to use, but there are very few limitations, but mostly it does everything you need it to. And the limitations are outweighed by the easy of use. (you'll still need to register as a developer on the social networks you want to support, there is a tutorial on the website, and explanation in the code)
Just read the documentation of the twitter and Facebook API, then use the REST interface to interact with the service.
For that you have to make the application which integrates facebook and twitter
USe the following link for doing so
1. For Twitter
2. For Facebook
hAPPY iCODING...

How to implement Facebook and Twitter into an iPhone app

Hey guys! I'm making my own Facebook app (or Twitter) and I would like to know how to implement it into your iPHone app.
If anyone could help me, send me a link or something
Thanks!
http://www.getsharekit.com/
ShareKit allows you to add support for many social sites to your app. It's super great and free. Check it out. You can look at the code to see how endlessly complicated the facebook/twitter apis are :)
http://developers.facebook.com/blog/post/213
You can take a look for Facebook API.

Connect facebook in iphone

I am new to Facebook connect.
So can any one tell me how to add facebook with our applications?
So can any one tell me how to add face book with our applications??
Facebook can. http://developers.facebook.com/
Simple things you need to do,
Get face book SDK from following link http://wiki.developers.facebook.com/index.php/Facebook_iPhone_SDK
From here you will get all the information you are needed and you can add all the other informations to load sdk in your applications.