Facebook Project Euler App

Announcements, comments, ideas, feedback, and "How do I... ?" questions
Post Reply
dougnukem
Posts: 1
Joined: Thu Mar 05, 2009 4:20 pm

Facebook Project Euler App

Post by dougnukem »

I was wondering if anyone has worked on developing a project euler facebook application that would display the number of problems you solved and possibly the most recent problem you solved so others can take a look at it and solve it themselves?

Is there any API to scrape your project euler profile information, I guess a server-side script could login to your account and retrieve your information.
zdavkeos
Posts: 2
Joined: Fri Mar 06, 2009 2:57 am

Re: Facebook Project Euler App

Post by zdavkeos »

I am interested in this as well. Not just for facebook, but for any page or app. I would like to include a line in my website that has the number of problems I have solved. It could be very simple, and not require authorization. Just a simple REST request that returned an xml or json doc that had the current score, problems solved, and last solved problem, etc. If it were done like this, it would be easy to access with php, javascript, python, etc. What do you think?
rmadhuram
Posts: 9
Joined: Sat Mar 21, 2009 6:04 pm

Re: Facebook Project Euler App

Post by rmadhuram »

Hi,

Please see: viewtopic.php?f=5&t=1466
I can make available a REST based interface if you need. Please let me know. Right now the service it talks to returns a JSONP response.

regards,
Raj
Post Reply