[Facebooker-talk] a small problem with invitation
Zhao Lu
zhao.lu.us at gmail.com
Fri Sep 12 15:03:46 EDT 2008
I juse this code to send an invitation, which receives fine by my friend:
<% content_for("invite_message") do %>
Send gifts to your friends.
<%= fb_req_choice("Send gift!",
new_facebook_gift_path(:canvas=>true))%>
<% end %>
<% fb_request_form("GiftToPhone","invite_message", invitations_path) do %>
<%= fb_multi_friend_selector(
"Invite your friends to send gifts with GiftToPone.")%>
<br />
<% end %>
However, when they click on the "Send gift!" button, instead of going
to apps.new.facebook.com/new_facebook_gift_path, it goes to
www.new.facebook.com/new_facebook_gift_path. I'm not sure how to for
the redirect go from www to apps. What am I missing here?
Thanks,
Zhao
--
Zhao
More information about the Facebooker-talk
mailing list