You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,16 @@ _HTML code is formatted just for displaying purposes. You may choose between HTM
130
130
131
131
You can run the test suite by running `phpunit` from the command line.
132
132
133
+
## FAQ
134
+
135
+
**I don't get any information from a webpage, but Facebook shows information for the same URL. What do I do wrong?**
136
+
137
+
It seems that some pages (like Twitter) only publish OpenGraph information if Facebook's user agent string `facebookexternalhit/1.1` is used (see #28). So you should configure your PSR-18 client to use this user agent string:
0 commit comments