search for: get_app_properti

Displaying 2 results from an estimated 2 matches for "get_app_properti".

Did you mean: get_app_properties
2008 Dec 16
3
ApplicationProperties
Hi There, I was wondering what the appropriate way to use the applicationproperties.rb model was. I was hoping to query it to find out which users are developers for my app and then grant special permissions to them ... I tried creating something like this: class ApplicationProperties < ActiveRecord::Base def facebook_session @facebook_session ||= returning
2008 Feb 14
0
New features: Application properties and cookies
Hey guys- Two new features: Set/get app properties like this: properties = { :application_name => "Video Jukebox", :default_fbml => "blah" } facebook_session.admin.set_app_properties(properties) properties = facebook_session.admin.get_app_properties(: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:...