Displaying 4 results from an estimated 4 matches for "facebooker_tutorial".
2008 Apr 10
7
Facebooker and existing website?
Hi
I am trying to use facebooker with an existing website that already
has a model named ''User''.
I therefore created a model called BkUser for use with facebooker.
Also I have different controllers for all facebook requests.
I am using acts_as_authenticated for handling login etc for my website
and everytime a user is logged into my facebook app and tries to also
browse the
2008 Apr 08
3
Session Expired for Profile Publishing
...te''
/vendor/plugins/facebooker/lib/facebooker/model.rb:35:in `uid''
/app/models/publisher.rb:14:in `profile_update''
...
The only way I can get it to work is to start a new session and use
code as suggested in the comments here:
<http://apps.facebook.com/facebooker_tutorial/messaging/mini_feed>
like this:
MyPublisher.deliver_profile_update(@user.create_session.user)
That seems very wrong. Why do I need to (1) separately store the
session_key (as in the link above) and (2) create a new session in
order to update the profile FBML?
Any thoughts?
-- jaaron
2008 Mar 24
2
render not able to locate template in publisher
Hi guys,
I have a publisher called UserPublisher setup in models directory of
my app. The reason I have it in a model is because its then possible
for me to invoke publisher methods in after_callbacks of my other
models, just the way we do it for ActionMailer.
My problem is that when I try to update a users profile specifying
location of the view template as a paramater to "profile"
2010 Dec 06
8
How to add facebook javascript sdk to rails app
Hey, i''m trying to add the facebook javascript SDK to my rails app. How
do i do that in the application.html.erb file?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To