Log of /contributions/modules/fb/fb.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 9 23:15:47 2009 UTC
(2 weeks, 5 days ago)
by
yogadex
Branch:
MAIN
Changes since
1.56: +2 -2 lines
Diff to
previous 1.56
#614260; at least partial fix. resolves issues with iframe support in fb_fbml theme and infinite redirect when fb_connect and iframes used together.
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 14 22:34:03 2009 UTC
(3 months, 2 weeks ago)
by
yogadex
Branch:
MAIN
Changes since
1.51: +3 -2 lines
Diff to
previous 1.51
Now supporting showFeedDialog on canvas pages, as well as connect.
Changes and updates to template forms, bringing in sync with changes to facebook apis.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 3 19:11:54 2008 UTC
(12 months, 3 weeks ago)
by
yogadex
Branch:
MAIN
Changes since
1.32: +28 -26 lines
Diff to
previous 1.32
Introducing FB_FBU_NO_SESSION, a replacement for FB_FBU_INFINITE_SESSION, which is now deprecated.
Still TODO: clean up all references to FB_FBU_INFINITE_SESSION
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 30 17:49:18 2008 UTC
(12 months, 4 weeks ago)
by
yogadex
Branch:
MAIN
Changes since
1.30: +62 -20 lines
Diff to
previous 1.30
Changed signature of hook_fb.
Changed user handling.
Both of these changes are designed to make fbConnect authentication easier to support.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 04:47:31 2008 UTC
(15 months, 4 weeks ago)
by
yogadex
Branch:
MAIN
Changes since
1.23: +44 -41 lines
Diff to
previous 1.23
This branch (version 2.x) now using the newer API from Facebook.
Initial changes to use new session model (no "adding" of apps).
Still more work to be done version 2.x.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 10 06:38:21 2008 UTC
(16 months, 2 weeks ago)
by
yogadex
Branch:
MAIN
Changes since
1.20: +30 -1 lines
Diff to
previous 1.20
Initial support for AHAH in forms in FBML. Using FBJS and an abstraction layer similar to that used in the ahah_forms module.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 17 22:42:03 2008 UTC
(17 months, 1 week ago)
by
yogadex
Branch:
MAIN
Changes since
1.18: +50 -48 lines
Diff to
previous 1.18
Cleaned out some deprecated code.
Added a helper function to cache user info in session, avoiding some inefficient queries to facebook servers.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 20 05:36:59 2008 UTC
(18 months, 1 week ago)
by
yogadex
Branch:
MAIN
Changes since
1.17: +104 -36 lines
Diff to
previous 1.17
fb_api_init now tries harder to log in as the user passed in.
improved fb_get_friends to try to log in as the user who's friends are being enquired about. This makes it more reliable on non-canvas pages, but still may not function properly (ie if the user has not established an infinite session).
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 8 11:16:49 2008 UTC
(20 months, 3 weeks ago)
by
yogadex
Branch:
MAIN
Changes since
1.10: +4 -3 lines
Diff to
previous 1.10
Improved _fb_handling_form test to work even when form_token not present, as can be the case when user is not logged in.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 26 19:59:17 2007 UTC
(2 years, 1 month ago)
by
yogadex
Branch:
MAIN
Changes since
1.6: +55 -16 lines
Diff to
previous 1.6
Now using php4 client libraries, even if running php5. This keeps support for php4, while avoiding uncaught exception problems.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 15 18:39:09 2007 UTC
(2 years, 1 month ago)
by
yogadex
Branch:
MAIN
Changes since
1.5: +26 -15 lines
Diff to
previous 1.5
Now using fb_infinite to handle infinite sessions keys. Cron support re-worked to be based on actions. Actions for performing cron jobs, updating profile fbml, updating fbml references.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 10 02:56:11 2007 UTC
(2 years, 1 month ago)
by
yogadex
Branch:
MAIN
Changes since
1.3: +79 -14 lines
Diff to
previous 1.3
Re-arranged a number of things to make it possible to connect to facebook API from non-canvas pages. Added fb_actions, where actions will live that invoke facebook APIs.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 5 08:17:20 2007 UTC
(2 years, 1 month ago)
by
yogadex
Branch:
MAIN
Changes since
1.2: +56 -28 lines
Diff to
previous 1.2
Now using hook_fb to query add-on modules for facebook user id and infinite session key. This allows us to display information about the facebook user on drupal's user page. But more importantly lets third-party modules query for any information facebook provides. And paves the way for interesting actions and cleaner cron implementation.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.