mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

Add application installation view. #54

Closed kitsunde closed 11 years ago

kitsunde commented 11 years ago

This will construct an application installation dialogue with the redirect set to canvas_url. So that ideally instead of sending the user:

https://www.facebook.com/dialog/pagetab?app_id=423349394418425&redirect_uri=https://apps.facebook.com/fish-and-co-sail-dev/

We could send them:

https:/apps.facebook.com/fish-and-co-sail-dev/install/

This is part of #12