-1

Does anyone know if there is a way for a user on their iPhone to "Like" a facebook page without having to re-login via the browser every time? Everyone uses the app obviously, so is there a way for them to just one click "like" the page? Thanks in advance.

The idea would be for people to one click like the facebook page via their mobile browser without having to login again.

Davey
  • 1,314
  • 6
  • 22
  • 37
  • It's not so obvious that _everyone_ uses the app. You should add more information about your app. Is it web based, does it include Facebook integration, etc. – erran May 18 '12 at 00:54

1 Answers1

0

Facebook has built in badges to "Like" pages. Searched a bit and found this question. Adding the Facebook Like Button in an iPhone

I also found this which enables single log in. Facebook iOS Developer Tutorial

Update: I was doing some searches and realized that you can send users to the Facebook app using custom URLs. Try adding an action to a button which sends to a URL formatted like so: fb://page/YOURPAGEID

Community
  • 1
  • 1
erran
  • 1,300
  • 2
  • 15
  • 36
  • I'm aware this doesn't cover the part of your question where you asked for a solution that didn't require you logging in every time but it's not usually normal for a user to "Like" the a Facebook page multiple times. – erran May 18 '12 at 01:07
  • Check my updated answer. I personally haven't used Facebook logins or a "Like" button in my application but using the Facebook API I'm sure that's a feature they included. – erran May 18 '12 at 01:13
  • Updated my answers check it out! – erran Jun 07 '12 at 16:52