<%=fb_friend_selector()%>
---------------------------
Note that in your controller, the only thing you will have to do differnt is fish out the facebook params as they are not part of your model, from the freind selector you can get:
friend_name = params[:friend_selector_name]
friend_id = params[:friend_selector_id]
No comments:
Post a Comment