From b6b192da011847b2bbb70973cbfb6cfccf198283 Mon Sep 17 00:00:00 2001 From: maxwell Date: Fri, 8 Oct 2010 14:25:39 -0700 Subject: [PATCH] MS DG trying to move around fb url --- app/controllers/aspects_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/aspects_controller.rb b/app/controllers/aspects_controller.rb index 34b722aee..aecd5e14c 100644 --- a/app/controllers/aspects_controller.rb +++ b/app/controllers/aspects_controller.rb @@ -44,7 +44,8 @@ class AspectsController < ApplicationController @aspect = current_user.aspect_by_id params[:id] @friends = @aspect.people @posts = current_user.visible_posts( :by_members_of => @aspect ).paginate :per_page => 15, :order => 'created_at DESC' - + @fb_access_url = MiniFB.oauth_url(FB_APP_ID, APP_CONFIG[:pod_url] + "services/create", + :scope=>MiniFB.scopes.join(",")) respond_with @aspect end