Prateek Dayal
2009-Mar-24 03:02 UTC
[Facebooker-talk] Submitting Patches for Facebook Connect
Hi I am currently using facebooker to do some facebook connect. I found out that these functions are currently missing from facebooker connect.registerUsers connect.unregisterUsers I have modified user.rb and parser.rb to get these function going. I have verified that it works and would love to contribute stuff back. However I can''t figure out how to go about it. Any help would be appreciated. Should I send patches on the list? Regards -- Prateek Dayal Co-Founder Muziboo.com Personal Blog: http://www.prateekdayal.net/blog Muziboo Dev Blog: http://devblog.muziboo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090324/e5a7223b/attachment.html>
Prateek Dayal
2009-Mar-24 03:41 UTC
[Facebooker-talk] Submitting Patches for Facebook Connect
Hi vandgrift Thanks for your email. Facebooker::User.register() is used for registering user(s) to facebook. I am sorry about the error in my email. I had pasted the wrong list. The functions I have written are connect.getUnconnectedFriendsCount<http://wiki.developers.facebook.com/index.php/Connect.getUnconnectedFriendsCount> This method returns the number of friends of the current user who have accounts on your site, but have not yet connected their accounts. connect.unregisterUsers<http://wiki.developers.facebook.com/index.php/Connect.unregisterUsers>This method allows a site to unregister a previously registered account (using connect.registerUsers<http://wiki.developers.facebook.com/index.php/Connect.registerUsers>). These two are missing from facebooker. I have written the code for these and tested it. It its useful to others too, I would like to submit a patch. Regards Prateek On Tue, Mar 24, 2009 at 9:01 AM, b. vandgrift <somethingfamiliar at gmail.com>wrote:> have a look at Facebooker:User.register(). that''s probably what > you''re looking for. > > 2009/3/23 Prateek Dayal <prateek at muziboo.com>: > > Hi > > > > I am currently using facebooker to do some facebook connect. I found out > > that these functions are currently missing from facebooker > > > > connect.registerUsers > > connect.unregisterUsers > > > > I have modified user.rb and parser.rb to get these function going. I have > > verified that it works and would love to contribute stuff back. However I > > can''t figure out how to go about it. Any help would be appreciated. > Should I > > send patches on the list? > > > > Regards > > > > -- > > Prateek Dayal > > Co-Founder Muziboo.com > > > > Personal Blog: http://www.prateekdayal.net/blog > > Muziboo Dev Blog: http://devblog.muziboo.com > > > > _______________________________________________ > > Facebooker-talk mailing list > > Facebooker-talk at rubyforge.org > > http://rubyforge.org/mailman/listinfo/facebooker-talk > > > > > > > > -- > b.vandgrift (@gmail.com) > http://www.flowmingle.com/ > http://www.neovore.com/ > > "talent hits a target no one else can hit; genius hits a target no one > else can see." -- schopenhauer >-- Prateek Dayal Co-Founder Muziboo.com Personal Blog: http://www.prateekdayal.net/blog Muziboo Dev Blog: http://devblog.muziboo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090324/103ada0d/attachment.html>
Mike Mangino
2009-Mar-24 12:39 UTC
[Facebooker-talk] Submitting Patches for Facebook Connect
Have you forked the repo on github? If not, just fork my repository and commit your changes. After doing that, send me a pull request and I can pull the changes in. Thanks for helping out! Mike On Mar 23, 2009, at 11:41 PM, Prateek Dayal wrote:> Hi vandgrift > > Thanks for your email. Facebooker::User.register() is used for > registering user(s) to facebook. I am sorry about the error in my > email. I had pasted the wrong list. The functions I have written are > > connect.getUnconnectedFriendsCount > This method returns the number of friends of the current user who > have accounts on your site, but have not yet connected their accounts. > connect.unregisterUsers > This method allows a site to unregister a previously registered > account (using connect.registerUsers). > > These two are missing from facebooker. I have written the code for > these and tested it. It its useful to others too, I would like to > submit a patch. > > Regards > Prateek > > > > On Tue, Mar 24, 2009 at 9:01 AM, b. vandgrift <somethingfamiliar at gmail.com > > wrote: > have a look at Facebooker:User.register(). that''s probably what > you''re looking for. > > 2009/3/23 Prateek Dayal <prateek at muziboo.com>: > > Hi > > > > I am currently using facebooker to do some facebook connect. I > found out > > that these functions are currently missing from facebooker > > > > connect.registerUsers > > connect.unregisterUsers > > > > I have modified user.rb and parser.rb to get these function going. > I have > > verified that it works and would love to contribute stuff back. > However I > > can''t figure out how to go about it. Any help would be > appreciated. Should I > > send patches on the list? > > > > Regards > > > > -- > > Prateek Dayal > > Co-Founder Muziboo.com > > > > Personal Blog: http://www.prateekdayal.net/blog > > Muziboo Dev Blog: http://devblog.muziboo.com > > > > _______________________________________________ > > Facebooker-talk mailing list > > Facebooker-talk at rubyforge.org > > http://rubyforge.org/mailman/listinfo/facebooker-talk > > > > > > > > -- > b.vandgrift (@gmail.com) > http://www.flowmingle.com/ > http://www.neovore.com/ > > "talent hits a target no one else can hit; genius hits a target no one > else can see." -- schopenhauer > > > > -- > Prateek Dayal > Co-Founder Muziboo.com > > Personal Blog: http://www.prateekdayal.net/blog > Muziboo Dev Blog: http://devblog.muziboo.com > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090324/82444cee/attachment.html>
Prateek Dayal
2009-Mar-24 13:19 UTC
[Facebooker-talk] Submitting Patches for Facebook Connect
Hi Mike I have forked the repo a couple of hours back and read the documentation. I will be commiting the changes back tonight. I have a small question. I installed the facebooker plugin using ./script/install from github and then added the whole folder to my svn. Now when I go to the facebooker folder in vendor/plugins and do a git pull, it says not a git repo. Is it because I used ./script/install to get the plugin in the first place? I can do a fresh git clone but then I will have to manually move changes. Ideally I would like to run on the changes I commit back .. more like eating your own dogfood :) Please let me know if there is something really obvious that I am missing here. I will also try to find more info on it later Regards Prateek On Tue, Mar 24, 2009 at 6:09 PM, Mike Mangino <mmangino at elevatedrails.com>wrote:> Have you forked the repo on github? If not, just fork my repository and > commit your changes. After doing that, send me a pull request and I can pull > the changes in. > Thanks for helping out! > > Mike > > On Mar 23, 2009, at 11:41 PM, Prateek Dayal wrote: > > Hi vandgrift > > Thanks for your email. Facebooker::User.register() is used for registering > user(s) to facebook. I am sorry about the error in my email. I had pasted > the wrong list. The functions I have written are > > connect.getUnconnectedFriendsCount<http://wiki.developers.facebook.com/index.php/Connect.getUnconnectedFriendsCount> This > method returns the number of friends of the current user who have accounts > on your site, but have not yet connected their accounts. > connect.unregisterUsers<http://wiki.developers.facebook.com/index.php/Connect.unregisterUsers>This > method allows a site to unregister a previously registered account (using > connect.registerUsers<http://wiki.developers.facebook.com/index.php/Connect.registerUsers>). > > These two are missing from facebooker. I have written the code for these > and tested it. It its useful to others too, I would like to submit a patch. > > Regards > Prateek > > > > On Tue, Mar 24, 2009 at 9:01 AM, b. vandgrift <somethingfamiliar at gmail.com > > wrote: > >> have a look at Facebooker:User.register(). that''s probably what >> you''re looking for. >> >> 2009/3/23 Prateek Dayal <prateek at muziboo.com>: >> > Hi >> > >> > I am currently using facebooker to do some facebook connect. I found out >> > that these functions are currently missing from facebooker >> > >> > connect.registerUsers >> > connect.unregisterUsers >> > >> > I have modified user.rb and parser.rb to get these function going. I >> have >> > verified that it works and would love to contribute stuff back. However >> I >> > can''t figure out how to go about it. Any help would be appreciated. >> Should I >> > send patches on the list? >> > >> > Regards >> > >> > -- >> > Prateek Dayal >> > Co-Founder Muziboo.com >> > >> > Personal Blog: http://www.prateekdayal.net/blog >> > Muziboo Dev Blog: http://devblog.muziboo.com >> > >> > _______________________________________________ >> > Facebooker-talk mailing list >> > Facebooker-talk at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/facebooker-talk >> > >> > >> >> >> >> -- >> b.vandgrift (@gmail.com) >> http://www.flowmingle.com/ >> http://www.neovore.com/ >> >> "talent hits a target no one else can hit; genius hits a target no one >> else can see." -- schopenhauer >> > > > > -- > Prateek Dayal > Co-Founder Muziboo.com > > Personal Blog: http://www.prateekdayal.net/blog > Muziboo Dev Blog: http://devblog.muziboo.com > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > > -- > Mike Mangino > http://www.elevatedrails.com > > > >-- Prateek Dayal Co-Founder Muziboo.com Personal Blog: http://www.prateekdayal.net/blog Muziboo Dev Blog: http://devblog.muziboo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090324/77a28d49/attachment-0001.html>