how to test develop facebook app with google app engine on local machine -


is possible develop facebook using google app engine locally, without having upload application every time change it?

i assume getting api error 191 when try access facebook api dev appserver?

api error code: 191 api error description: specified url not owned application error message: redirect_uri not owned application. 

if developing on localhost, can set 'site domain' field in facebook app settings (appname).appspot.com , edit hosts file on system.

in environment entered:

127.0.0.1   devlocal.(appname).appspot.com 

as long browser's url matches *.(appname).appspot.com, work.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -