search for: myfitbuddy

Displaying 20 results from an estimated 24 matches for "myfitbuddy".

2008 Jan 31
3
presenting validation errors via fbml?
Hi Facebookers, Is there a helper or suggested approach for presenting validation errors on an fbml form? Something to translate rails error markup to fbml:error markup? thanks Joel
2008 Mar 18
3
examples in subversion
Hey everyone. I have a quick question. Checking out facebooker as a plugin is currently really slow due to the example rails application. Would anyone object if I moved that out of the main plugin directory? Mike -- Mike Mangino http://www.elevatedrails.com
2007 Dec 05
7
Better RESTful routes with fb_sig_request_method
With the new fb_sig_request_method provided by Facebook, I''ve patched shanev''s pseudo-resource routes to generate restful routes, minus some exceptions. The announcement: http://www.facebook.com/developers/message.php#msg_126 Patch is submitted here: http://rubyforge.org/tracker/index.php?func=detail&aid=16105&group_id=4187&atid=16132 Blog entry about it:
2008 Mar 06
2
patches on the rubyforge tracker
Hi I just made some changes / additions for myself in facebooker and posted the patches on rubyforge, e.g.: https://rubyforge.org/tracker/index.php? func=detail&aid=18639&group_id=4187&atid=16130 (adds support for fb:dialog FBML tag) Is this the right way to do it? --simon -- http://simonwoodside.com
2008 Jan 26
14
Introducing facebooker.yml
...as a plugin. It has a similar setup to database.yml with sections for each environment. You can also configure your ssh reverse tunnels. If you are upgrading, make sure to remove your facebooker specific setup in your environment files and consolidate them into facebooker.yml. Shane -- http://myfitbuddy.com | http://shanesbrain.net | http://crimsonjet.com
2007 Nov 30
5
render_to_string in an after filter
...should be atomic and not mess with current rendering. The work-around is to just call render_to_string before rendering ''show'', but I want to keep my controller code DRY by putting the webservice logic in an after_filter. So is this a bug or a feature? Thanks, Shane -- http://myfitbuddy.com | http://shanesbrain.net | http://crimsonjet.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsu...
2008 Jan 29
17
facebook_url_rewriting.rb
Here''s the fix for Facebook apps that specify a controller in their callback URLs. First, set this variable in your environment scripts: ENV[''FACEBOOKER_CALLBACK_PATH''] = ''/controller'' # where controller is the name of your Facebook controller And then patch vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb as shown in the
2008 Jan 24
12
getting started with facebooker
Hi, I started with rfacebook but given the recent events figure its best to move over to facebooker. I have: 1.) Installed the facebooker plugin 2.) setup my facebook app (fbml/canvas) 3.) created a method on controller & view to handle initial request 4.) added "ensure_application_is_installed_by_facebook_user" to top off application.rb I am able to get to my landing page
2008 Jan 16
10
Towards a 1.0 release
Hey everybody. I''ve been using Facebooker on several projects over the last few months and feel like it is really starting to mature. I''d like to push towards a 1.0 release within the next month. I''d really like everybody''s input on what still needs to be done, as well as some help in wrapping things up. I''ve created a list of things that still
2008 Jan 23
4
redirect_to broken?
Is ActionController''s redirect_to method broken by Facebooker? When I try to invoke it and execute through apps.facebook.com, I get a blank page returned, response code 200, no redirect. When I try to connect directly to the server (not through apps.fb), I get the infinite recursion error described minutes ago. Are any of you able to use redirect_to successfully, and if so, any ideas
2008 Mar 14
14
Facebooker MQ now on RubyForge
I don''t know if anyone is using this but I just fixed a bunch of bugs, some big ones, and moved this project to RubyForge SVN servers. So you can get it here now: script/plugin install http://facebooker-mq.rubyforge.org/svn/trunk/facebooker-mq/ This is working great for me on a couple of projects. Here is the README Updated: 3/14/2008 Purpose: The purpose of FacebookerMQ is to
2008 May 08
0
New test helpers
...ts the URL from a response containing fb:redirect and makes a call to facebook_post to that URL. Give these a roll and let me know if there are any issues. Thanks a lot to Ryan Kinderman for this patch and the descriptions above. Shane -- http://shanesbrain.net | http://crimsonjet.com | http://myfitbuddy.com
2007 Nov 18
0
Pseudo resource routes
...rofiles/index show_profile POST /profiles/:id/show create_profile POST /profiles/create edit_profile POST /profiles/:id/edit update_profile POST /profiles/:id/update destroy_profile POST /profiles/:id/destroy This is still very basic. No nested routes or singular resources yet. Shane -- http://myfitbuddy.com | http://shanesbrain.net | http://crimsonjet.com
2007 Nov 21
0
Upgrade to latest trunk if you''re getting "undefined method `degree=''"
...39; field to education info. This breaks user.populate because the ''degree'' field doesn''t exist in the education history model. On a side note, if a method calls a dangerous method (ending with !), shouldn''t it be classified as dangerous too? Shane -- http://myfitbuddy.com | http://shanesbrain.net | http://crimsonjet.com
2008 Jan 26
0
New feature: get profile pictures
...ned in the normal get photo albums API call. A bunch of special operations have to be performed to get the aid for the profile picture album. I added a method to User to get the profile pics. Use as follows: facebook_session.user.profile_photos # returns Photo objects Enjoy, Shane -- http://myfitbuddy.com | http://shanesbrain.net | http://crimsonjet.com
2008 Jan 30
0
Publish templatized action with JSON gotcha in Rails 1.2
...d you''ll get an error from Facebook. To fix this, put this line in environment.rb: ActiveSupport::JSON.unquote_hash_key_identifiers = false You don''t need to do this if you''re running Rails 2.0. Just a heads up.. because this stumped me for a while. Shane -- http://myfitbuddy.com | http://shanesbrain.net | http://crimsonjet.com
2008 Feb 14
0
New features: Application properties and cookies
...(:application_name, :default_fbml) Set/get cookies: facebook_session.data.set_cookie(uid, ''name'', ''value'') facebook_session.data.get_cookies(uid) Let me know if there are any issues. -Shane -- http://shanesbrain.net | http://crimsonjet.com | http://myfitbuddy.com
2007 Dec 13
1
session.send_notification for emails
Hey All, I am wondering if anyone has done any work around sending emails through the API. It looks like facebooker is using part of a deprecated API, Notifications.send used to take an email part. They now have a Notifications.sendEmail call which will take recipients, subject, text part and fbml part. Looking at the code it seems like I need to add a method to the session
2007 Dec 20
1
facebooker rails 2.0
Hey guys, Anyone using facebooker on a rails 2.0 site? I noticed at least one deprecated call in facebooker, which i am working on a patch for but didn''t know if anyone else has tried it out on the new build of rails yet. Later, Mark
2007 Nov 30
0
Tests not passing
...ation_test that stops the tests from running if any of the require statements fail. In my case, require File.dirname(__FILE__)+''/../init'' fails and none of the tests get run. When I comment out that line, there are a couple of failures relating to redirection. Shane -- http://myfitbuddy.com http://shanesbrain.net