Facebook Iframe App - Strange Redirection Problems
问题 When I'm doing a server-side redirection in a Facebook iframe application, I get the this strange Facebook Logo with a link. When I click it, I get redirected to site I set the redirection to in the first place. What happens here? Any "Click Protection" in place? Thanks! Redirection Code: Tried Client Redirect args = dict(client_id=FACEBOOK_APP_ID, redirect_uri=base_dir , scope='user_photos,email,offline_access') return render_to_response('fb/nopermission.html', { 'javascript': "<script