Displaying 4 results from an estimated 4 matches for "deglin".
Did you mean:
degli
2008 Aug 20
1
Facebook javascript (FBJS) library
I wrote an fbjs library to help speed up development of some of my
applications. I plan to have some sort of "official" release with a blog
entry and github repository at some point, but I thought you guys might want
to have it earlier.
It''s still a work in progress. I''ve been using every method at least once in
my application but it''s still possible there is
2008 Jul 11
0
canvas url rewriting fails for templates loaded through ajax
I just encountered a bug that caused the links in my partials to be
generated as non-canvas routes when the partial was loaded via ajax.
This bug is due to facebooker url rewriting checking for fb_sig_in_canvas to
determine if the application is running in or outside a canvas, and
fb_sig_in_canvas is not sent for ajax requests.
My hacked together patch diff is below, sorry I didn''t have
2008 Sep 08
0
InvalidAuthenticityToken when user adds application through facebook registration
If a user that has not yet signed up for Facebook attempts to visit an
application page facebook presents them with a registration form. After this
form is completed, the application is automatically added to the user''s
account and Facebook displays the following message:
Welcome George Tesster! Your account has been created.
[application] has been added to your account.
Facebook also
2008 Sep 17
0
Facebooker with expanded FJBS library
...orking on. I have
now updated that library to be fully compatible with Facebooker and created
a publicity accessible fork for people to try it out. I did attempt to
maintain backwards compatability, but I strongly recommend switching to the
new methods.
The fork is located here:
http://github.com/gdeglin/facebooker/
A helper has been included to load the library, use it as follows: <%=
fbjs_library %>. This is required for Ajax methods to work.
Next I''m planning to implement some helpers methods like link_to_remote,
form_remote_tag, etc.
This is my first time contributing to a pro...