Reputation: 21
I would like to post an Open graph object to Facebook. Every link is HTTPS but after post to Facebook, it shows error:
This story was invalidated because: The object at [http://minifacebook.co.kr/music/post_open_graph?fb_source=profile_multiline&fb_action_types=listenns%3Alisten&fb_action_ids=181400501941476] doesn't have a title.
It seems FB changed HTTPS protocol to HTTP. I posted following link:
[https://minifacebook.co.kr/music/post_open_graph]
Moreover, I used [http://developers.facebook.com/tools/debug] to test above link. They show different results when I use https://minifacebook.co.kr/music/post_open_graph and http://minifacebook.co.kr/music/post_open_graph
Is there any clues? Thank in advance.
Upvotes: 0
Views: 351
Reputation: 21
My solution was solved after I tried many ways crazily. You have to add sign "/" (slash) after your link like following: https://minifacebook.co.kr/music/post_open_graph/
It works!
Upvotes: 1