Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jifty::plugin::authentication::facebook(3pm) [debian man page]

Jifty::Plugin::Authentication::Facebook(3pm)		User Contributed Perl Documentation	      Jifty::Plugin::Authentication::Facebook(3pm)

NAME
Jifty::Plugin::Authentication::Facebook - Facebook authentication plugin for Jifty DESCRIPTION Provides standalone Facebook authentication for your Jifty application. It adds the columns "facebook_name", "facebook_uid", "facebook_session", and "facebook_session_expires" to your User model. SYNOPSIS
In your jifty config.yml under the "framework" section: Plugins: - Authentication::Facebook: api_key: xxx secret: xxx You may set any options which the "new" method of WWW::Facebook::API understands. In your User model, you'll need to include the line use Jifty::Plugin::Authentication::Facebook::Mixin::Model::User; after your schema definition (which may be empty). You may also wish to include sub _brief_description { 'facebook_name' } To use the user's Facebook name as their description. See Jifty::Plugin::Authentication::Facebook::View for the provided templates and Jifty::Plugin::Authentication::Facebook::Dispatcher for the URLs handled. init api Generates a new WWW::Facebook::API for the current user get_login_url Gets the login URL, preserving continuations get_link_url Gets the login URL used for linking, preserving continuations AUTHOR
Alex Vandiver LICENSE
Copyright 2005-2009 Best Practical Solutions, LLC. This program is free software and may be modified and distributed under the same terms as Perl itself. perl v5.10.0 2009-06-09 Jifty::Plugin::Authentication::Facebook(3pm)

Check Out this Related Man Page

Jifty::Plugin::User::Mixin::Model::User(3pm)		User Contributed Perl Documentation	      Jifty::Plugin::User::Mixin::Model::User(3pm)

NAME
Jifty::Plugin::User::Mixin::Model::User - user model base mixin SYNOPSIS
package MyApp::Model::User; use Jifty::DBI::Schema; use MyApp::Record schema { # column definitions }; # Import columns: name, email and email_confirmed use Jifty::Plugin::User::Mixin::Model::User; DESCRIPTION
This mixin may be added to a model to give your user accounts a name and an email address. This module may be used as the basic building block for building account models in your application. It can be combined with mixins from an authentication plugin to create an object suitable for a given authentication mechanism. SCHEMA
This mixin model adds the following columns to the model. name This is the username/nickname for the user of the account. email This is the email address of the account. It is intended as a bare minimum confirmation of identity and for communication of password resets and other account information. email_confirmed This is a flag indicating whether the user has confirmed ownership of the given email address. METHODS
set_email ADDRESS Whenever a user's email is set to a new value, we need to make sure they reconfirm it. validate_email Makes sure that the email address looks like an email address and is not taken. SEE ALSO
Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Mixin::Model::User LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::Plugin::User::Mixin::Model::User(3pm)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sftp Key Authentication Issue

Hello, We have an issue attempting to login from a Unix Solaris to an NT server using key authentication. I will attempt to provide you with as much of the relevant information regarding the way the system is set up, although I'm workingin solely on the Unix side, so don't have full access to... (3 Replies)
Discussion started by: SteveBurch
3 Replies

2. UNIX for Dummies Questions & Answers

Facebook

Im using Mozilla Firefox on my Linux laptop. When I'm logged in at Facebook I can see the general page but when I'm going to my "own" page I can't see the posts, just the head of the page. I don't know if it's a problem related to Linux or Mozilla. Greatful for any help. (1 Reply)
Discussion started by: Midde
1 Replies

3. Shell Programming and Scripting

special characters

Hey guys, I'm trying to replace "]Facebook" from the text but sed 's/]Facebook/Johan/g' is not working could you please help me with that? (6 Replies)
Discussion started by: Johanni
6 Replies

4. Post Here to Contact Site Administrators and Moderators

Facebook links

Some posts have a live link to Facebook. This is a banned site here and on many commercial sites. It triggers alerts. How can we stop the system trying and failing to connect to Facebook? Example hidden (hugely long) link is: Like Interestingly, posting the link triggers the ERROR box on... (4 Replies)
Discussion started by: methyl
4 Replies

5. What is on Your Mind?

Promotion! Like Our New Facebook Timeline Page for 10,000 Bits!

Hey! We have started a new Forum HQ Facebook "Timeline" page where we plan to create a unix/linux timeline with major milestones for unix/linux, company start up dates for major releases, etc. We are just getting started, so I would like to personally invite you to visit and "Like" our new... (10 Replies)
Discussion started by: Neo
10 Replies

6. UNIX Desktop Questions & Answers

Pinging Host

I need to ping websites and I need to see which one has the highest delay. My problem is I need to extract the name Facebook and the time=74.0 ms using awk. I need help doing this please... PING facebook.com (173.252.90.36) 56(84) bytes of data. 64 bytes from... (5 Replies)
Discussion started by: 5sku5
5 Replies

7. Post Here to Contact Site Administrators and Moderators

LinkedIn tiles on Members list no longer working?

Is it just me or are the links to LinkedIn on the "Members" list not working any more? Clicking on Facebook, YouTube, etc work just fine. I'm getting a 404 error (page no longer exists) but I know for sure that my page is there. Perhaps there's something wrong with my browser? Any ideas? (7 Replies)
Discussion started by: hicksd8
7 Replies

8. Programming

Serioulsy puzzled here.

Facebook had a mathematics problem which was as thus:- 6/2(1+2) = ? Answer is 9. My ancient Casio FX 730P mini computer written exactly as that gives 'error' only. Now take a look at shell versions, and a python version:- Last login: Wed Sep 14 18:04:04 on ttys000 AMIGA:barrywalker~>... (6 Replies)
Discussion started by: wisecracker
6 Replies