Displaying 20 results from an estimated 100000 matches similar to: "A facebook-like platform in Rails"
2007 May 15
3
Sending bulk SMS messages from Rails app
Hi,
One of my model generates short messages that has to be delivered to
mobile phones as SMS''s. I am not sure how to proceed from here.
1. What are the components I would need?
2. Do I need a GSM modem? If yes how would it integrate with my app?
3. Does my hosting provider needs to have a GSM modem?
4. Does sending an SMS cost anything? If yes how much would a single SMS cost?
Any
2008 Mar 17
2
Dynamic actions and views
Hi,
I have a set of messages stored in the db. These are email messages
that I have to send based on some condition. This is not the way I had
been doing all these days. I used to create an action in my controller
(class Notifier < ActionMailer::ARMailer) and then create an rhtml
file with the email content and then say
Notifier::deliver_my_email_message to send out the emails. But now
that I
2008 Mar 12
2
Developing Facebook Platform Applications with Rails
I was hoping to announce this a month ago, but some legal wrangling
took longer than expected.
Developing Facebook Platform Applications with Rails is now available
in Beta at http://www.pragprog.com/titles/mmfacer
It walks you through creating a Facebook application with Facebooker,
all the way from setup to handling large number of users.
Thank all of you for asking questions on this
2007 Dec 29
1
20-Minute Quick Start Guide for RFacebook - 10 Easy Steps to Create a Facebook App Using Rails
Hello,
I''ve published a new 20-Minute Quick Start Guide for RFacebook that
shows you how to create a Facebook application from scratch using Ruby
on Rails in 10 easy steps:
o Install the rfacebook gem
o Create a Rails application
o Install the rfacebook Rails plugin
o Log on to Facebook and set up a new application
o Create facebook.yml configuration file and add API key and
2008 Feb 21
9
Difference between nginx and mongrel
Hi,
I could never find out what''s the difference between nginx and
mongrel. All my searches say "nginx is a HTTP server ..." and "Mongrel
is a fast HTTP library and server for Ruby....". For me they both mean
"...HTTP server...".
I kept up with this question for some time till I came across this
santence from the guys at Friend for Sale:
-----------------
2010 Dec 01
2
Develop Facebook app using rail
hello
please tell me the way to develop facebook app by rails need to which
is good tool available now
facebooker , rfacebook ,mini_fb
and how to do post on users wall, email user , or send message to
user
Any link , notes , tutorials , blog
Thanks in advance :)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2009 Apr 01
0
create an apllication inside facebook using rfacebook.
Hi,
I want to create an application inside facebook using rfacebook plugin.
I have an experience of developing an external application which is
interacting with the facebook and retrieving an information from it.
I have following question:-
1) Is there is any difference while creating a developer account in
facebook?
2) Can I give the callback url to http://localhost:3000/?
3) Suppose I have one
2007 Oct 08
0
Facebook app give feedback -Send birthday cards to buds http://apps.facebook.com/groupcards/start
Facebook app give feedback -Send birthday cards to buds
http://apps.facebook.com/groupcards/start
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2008 Mar 23
2
Facebook, Google Map, iframe?
Hello,
I want to write an application for Facebook, which need to use Google
maps.
Also I want to use a standart forms for comments, invites, etc..., but
as i know it''s imposible because if i want to use Google MAPs i can''t
use FBML.
Please recommend me a way how to organize comments,ivites,photo upload
and GMAP in one application? Is there is only one way to do it - use
2011 Jun 22
2
best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR?
Hi everyone,
what are your best references (tutorials & howtos) for an experienced Rails
Developer to start building Facebook Apps with RoR?
THANKS
+++++++++++
Pravin Mishra
--
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
2008 Jul 29
0
facebook notifications and invitations
Hi
does anyone know a good resource or tutorial for facebook integration
with rails ?
I''m using facebooker but i am looking for helpers for FBML and the
presentation layer.
any specific website for rails facebook development ?
thanks
Gady
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2007 Jun 12
15
facebook api
hello guys,
i want to use facebook api for my app
any body have any idea....
--
Arun Agrawal
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2008 Jun 03
1
Clicking on links within facebook iframes (facebook apps)
Hello,
I have a problem with clicking on the links in facebook apps due to
iframes. I am trying to write a little script to run through the funwall
app.
I used IE Dev toolbar to get the name of the id of the iframe (those
iframes how no name attribute). So I run this command:
$ie.frame(:id, "app2378983609_fb_frame").link(:text, ''View this
post'').click
And I get
2007 Oct 24
5
How can I hide a DIV with a success message inside?
I want to have something like Facebook has. In some cases when you
post something a success message shows up (on the same page, not a pop-
up), stays 2-3 seconds and then fades away.
How can I do that with Prototype?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
2009 Apr 06
1
Need Ruby on Rails Senior Developer
Company: Eborhood
Industry: Ecommerce/communication/Real Estate - map-based search,
communication, and execution
Location: Based in Texas
Pay: over $50K-$250K - more if you''re worth it
We are in need of a programmer that has a great set of ruby/rails
skills. We have had a few problems hitting deadlines because some
programmers would do things at their convenience. We need a serious
2012 Feb 29
2
Fetch Facebook fanpage in rails
Hi,
I am newbie to rails , I need access facebook page information like wall,
subscription,picture etc.
I have apps in rails 3, it has list of artist users he upload songs,
videos within my application, when the public (No Need to Login) can hear
the list of songs,videos. i decide to fetch the facebook/twitter basic
fanpage information and shown to the public in the popups.
i
2011 Mar 01
3
Looking for a facebook / twitter desktop-like APP for general use
Hi,
I'm looking for a way to communicate with end users via a desktop app
that works similar to Facebook / Twitter desktop / iPhone / SmartPhone
apps, and hope someone can help me with this?
Basically I need to convey information (newsletters, news flashes /
download links / etc to users, but via a desktop application.
think of
2008 Mar 19
6
Back button behavior has changed again in Safari 3.1, after doing a dom update via ajax/RJS
GAH!
Here is the firefox behavior, which is perfect:
1) View page 1
2) Update some text by using link_to_remote or remote_form_for, along
with an RJS replace or replace_html
3) Navigate to page 2
4) Hit back
5) Page was cached with dom updates, note that the page is show in the
same state as it was left
Safari 3.0 behavior
1..4) repeat
5) Page reloads, ending up in the state where it was left
2012 Oct 16
0
Rails 3 + fb_graph how to get access token to post to my own Facebook page
I am using Rails 3 + fb_graph to post to my own Facebook page. I have
code that works, but it uses an access token that only works for a
couple of hours. And it is very annoying to refresh this access token a
couple of times a day. So I registrated for a FB app. I now have:
my_app = FbGraph::Application.new("App ID");
acc_tok = my_app.get_access_token("App Secret");
me =
2012 Feb 24
0
Need Suggestion: how to Fetch Facebook information using the facebook_id in rails 3.1
Hi,
I am the Newbie to rails and fb_graph.I have a rails3.1 app with
authlogic authentication. all of users can the register with the
facebook_id in my app. what i am suppose to do means if any one user
can see the others facebook profile using the facebook_id. if there is
any possiblity or not.
Any samples like this or some example are available. .
Thanks in advance.
--
You received