facebook Stream Post URL Security Migration -


can explain me migration? https://developers.facebook.com/roadmap/secure_stream_urls_migration/

all links in stream posts must go app's canvas or website url.

app's canvas url of site or url like: https://apps.facebook.com/myapp/

from today can't post links https_://apps.facebook.com/myapp/ several apps, external links works fine

you can enable or disable secure stream urls migration @ app advanced setting: enter image description here

let me show example different "before enable" , "after enable":

before enable:

assume youtube app maintainer, user can share video link (the link= parameter) via https://www.facebook.com/dialog/feed?app_id=87741124305&link=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3doggfngxajs0%26feature%3dshare&display=popup&redirect_uri=https%3a%2f%2fwww.youtube.com%2ffacebook_redirect:

enter image description here

after enabled:

if enabled setting, error message instead:

enter image description here

however, user still can share:

  • if doesn't put link= parameter:

enter image description here

  • if put "link=canvas_url":

enter image description here


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -