Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook post images are always invalid #120

Open
muzamil999 opened this issue Jul 16, 2020 · 1 comment
Open

Facebook post images are always invalid #120

muzamil999 opened this issue Jul 16, 2020 · 1 comment
Labels
good first issue This issue is good for beginners to start contributing. help wanted investigation-needed

Comments

@muzamil999
Copy link

I am trying to create a preview from a Facebook post

https://www.facebook.com/AmmaraKhanOfficial/photos/a.748587865188148/3176470215733222/?type=3&theater&_rdc=1&_rdr

It is a public post. But the data returned from slprequest is as follows

Optional(https://www.facebook.com/AmmaraKhanOfficial/photos/a.748587865188148/3176470215733222/?type=3&theater&_rdc=1&_rdr),

finalUrl: Optional(https://www.facebook.com/AmmaraKhanOfficial/photos/a.748587865188148/3176470215733222/?type=3&theater&_rdc=1&_rdr),

canonicalUrl: Optional("www.facebook.com"),

title: Optional("Ammara Khan"),

description: Optional("A fine medley of the abstract, bold florals, coral and shell. This unique psychedelic print is tailored as a fun, breezy kaftan with tassles to add..."),

images: Optional(["https://scontent.flhe5-1.fna.fbcdn.net/v/t1.0-9/107871064_3176470219066555_7399768886287385835_o.jpg"]),

image: Optional("https://scontent.flhe5-1.fna.fbcdn.net/v/t1.0-9/107871064_3176470219066555_7399768886287385835_o.jpg"),

icon: Optional("https://static.xx.fbcdn.net/rsrc.php/yz/r/KFyVIAWzntM.ico"), video: nil, price: nil)

whenever trying to fetch images from the provided data, It always return null

@deepam1212
Copy link

any luck on this?

@LeonardoCardoso LeonardoCardoso added good first issue This issue is good for beginners to start contributing. investigation-needed help wanted labels Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue is good for beginners to start contributing. help wanted investigation-needed
Projects
None yet
Development

No branches or pull requests

3 participants