views:

263

answers:

2

Has anyone implemented facebook "Like" on iPhone/iPad? I've done general Facebook Connect implementation before, but it appears they're phasing that out in favour of OAuth and the Graph API?

We're trying to give users the ability to "Like" items of content in the app. Each item of content has a corresponding URL for its representation on the website.

Will it be possible to implement this kind of functionality (without implementing anything on the server side)? And is there a library that will let us do this easily?

Thanks

+2  A: 

Facebook will release an Open Graph API/SDK for iPhone to replace Facebook Connect.

Gaius Parx
Do you know if there's any timeline on this? Because our timeline is 1 week...Probably shouldn't have said we could do this without first checking it out :)
half_brick
Never heard any date from Facebook. My guess is they probably wanna wait for iPhone OS 4 out first. iPhone OS 4 will probably release before or during WWDC which starts June 7.
Gaius Parx
A: 

If still relevant, our company has build native "like" and "share this" buttons for both iPhone and Android and it works to both Facebook and Twitter. You can check it out here:

www.pinkelstar.com

We're coming out of Beta now. The libraries will be downloadable shortly.

Alexander van Elsas