Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Port Ruby Index to Match PHP Index #2

Merged
merged 12 commits into from Feb 25, 2012
Merged

Conversation

schneems
Copy link
Contributor

What

I ported the Ruby default index to match the default PHP index.

Why

To keep things standard across languages

Outcome

You can see the updated page in production here Ruby Facebook Template index compared to the PHP Facebook Template index.

What I Need

If no one has any objections, I'll merge it in.

@schneems
Copy link
Contributor Author

I updated the example and pushed to the above url again. Added in some missing elements. If you want to test out the authentication after you've already given it permission. You can remove 'Fugu' from your apps by going to http://www.facebook.com/settings/?tab=privacy then clicking on Apps, then Fugu, the remove. This will require that you re-auth with Facebook.

The one difference between this app and the php one, is we are using mogli for Facebook authentication so there will be a page refresh when you click the login button

<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px)" type="text/css" />

<!--[if IEMobile]>
<link rel="stylesheet" href="mobile.css" media="screen" type="text/css" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stylesheets/mobile.css?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about that code, i got this straight from the php code which seems to work. Though I don't have an IEMobile device to test it with :/

schneems added a commit that referenced this pull request Feb 25, 2012
@schneems schneems merged commit 1cb7131 into master Feb 25, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants