How to run my web2py application from facebook? - python

I have created one web2py application, now i have to deploy this application to facebook so the user can login to facebook and can access this application from there, is there any way to achieve this?
Please help me out to resolve this problem.
Regards,
Piks

You have to start understanding how Facebook apps works, after that you will be able to develop web apps using any framework and "deploy" that to be used as a facebook app.
Start here: https://developers.facebook.com/

Related

Password-protect hosted web app

I'm looking to password-protect a clone of the Google Analytics Embed API website hosted on appspot.com and built in Node.js and Python. The github project for which is here.
Appspot doesn't let you run PHP on Python-based sites so PHP isn't an option for password-protecting the site. Is there another way I can password protect a web project like this?
Simply change the app.yaml configuration file to require "login: admin" on all handlers, described here.

Is there any Cloud backend service for Python kivy framework

I am doing research in Python Kivy framework and i found it great for developing apps for cross-platform. But in my app i want to integrate Cloud Backend Service such as Parse. So if anybody come across then please share with us.
Thanks,
Abdul
I got my answer on behalf of my research that is
1.Parse provide a REST API.
2. someone has written a Python client.
These are two alternative options which could help for creating a cloud backend with Python based Apps.

Accessing Google Groups Services on Google Apps Script in Google App Engine?

I'm trying to work out if it is possible to use Google Apps Scripts inside Google App Engine?
And if there is a tutorial in doing this out there ?
Through reading Google's App Script site I get the feeling that you can only use app scripts inside Google Apps like Drive, Docs etc?
What I would like to do is to be able to use the Groups Service that is in GAS inside GAE to Create, delete and only show the groups that a person is in, all inside my GAE App.
Thanks
No you can't. AS and GAE are totally different things and won't work together.
What you can really do is (abstract):
write an AS that does what you need
redirect from GAE to the AS url to make sure that the user logs-in/grants permissions.
perform what you needed to do with AS
send back the user to GAE with a bunch of parameters if you need to
If you need GAE in Google Apps script, you can write a webservice in GAE using UrlFetch in Apps Script: https://developers.google.com/apps-script/service_urlfetch
To give you an example: I created an Apps Script to get report data (json) from an appengine webservice. This data is added to a google apps spreadsheet.

Build a web client integrated facebook chat?

I'm using Google App Engine and I'm interested in creating a web site integrated facebook chat.
I read Integrating with Facebook Chat and with what I read, I think their example code only works for desktop applications. I tried some applications integrated facebook chat such as pidgin, meebo... There is a web client named tokbox but I think their chat application build on flash.
Does somebody know how to implement facebook chat to a web client by python ?
Thank you.
Well, Google App Engine has a XMPP feature, it could probably be what you need.

how to upload python application with google apps?

I developed one application and upload on example.appspot.com
now i want to upload it on www.example.com
what to do???
pls reply fast..
Actually, your application has to be hosted by GAE, but you can set a domain for it.

Categories