Is it possible to use the new Facebook Comments plugin in iOS apps? - facebook

If so, what are the advantages/disadvantages for doing so?

Brian,
You can use solution I've proposed in my blog post.
Example is configured for iPad but iPhone version is easy to create.

Related

How to integrate Like feature in iPhone SDK 3.1 with Facebook sharing app

I am new to iPhone development. I’ve added Facebook sharing functionality and I also want to add the Like feature from Facebook. I’ve followed one of the examples; it works if Facebook sharing functionality hasn’t been implemented, because some files create contradiction (specifically FBRequest.h). But I want to add both sets of functionality at the same time. Any suggestions?
If you are new then its not a issue. Everybody have same brain. So its not a big issue. Check
this link: http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-your-iphone-app
First of all understand it then implement it. I know you will surely implement this in Your
App. Best of luck.

Facebook SDK in Storyboard?

Is it possible to use the Facebook SDK 3.0 with iPhone storyboard? I can't find any tutorials using storyboard. If it is possible, do you have any tutorials?
There is a sample application that you can go through that shows you how to use storyboards. This uses the Facebook SDK 3.1.
https://github.com/fbsamples/ios-social-cafe
It shows logging in with Facebook, publishing using Open Graph, the friend and place picker, and also deep linking.
had the same problem, me and another dev figured it out ourselves and built a dumb simple solution:
https://github.com/kincade71/Face-Code-X

Implementation of Reddit,StumbleUpon,del.icio.us and Digg in iPhone app

I want to know, Is it possible to integrate Reddit, StumbleUpon, del.icio.us and Digg in iPhone app? I have to implement all this in my iPhone app. Please give me the some any example link about all these points.
For Delicious you can use sharKit
Digg has a REST API clearly documented here: http://developers.digg.com/documentation

problem regarding iphone Web App

I need to create a web app on iphone. How to go about it?
there you are: http://gigaom.com/apple/how-to-create-an-iphone-web-app/
A search on Google for 'Webapp Tutorial' can do magical things.
Edit:
This one for HTML5
http://sixrevisions.com/web-development/html5-iphone-app/
Look at the Wink Toolkit. Very useful for developing Mobile WebApps.

DragonFireSDK and iPhone development on Windows

So in previous questions about iPhone development on Windows, the basic/easy answer has been "just get a mac." However, I noticed a comment that mentioned DragonFireSDK. But no one else said anything about it?
Has anyone tried this? It look pretty legit to me, but I'm new to the iPhone world. I just find it weird that no one has discussed this yet. I mean, it looks like the perfect tools for the Windows users.
Thanks!
Oh yeah....here's the link to DragonFireSDK: DragonFireSDK
EDIT: This app is for my website, We, the Pixels. Any comments on if Dragonfire would be a good fit for an iPhone version of my website? Thanks!
DragonFireSDK is good, I have been developing several apps with it, the first of which is now available, a game called Firefox Fun: http://itunes.apple.com/us/app/firefox-fun/id393933733?mt=8
Yes, I use DFSDK and got my apps published to apples appstore using the sdk. they have good API it lets you use c/c++ to create your app.