# FAQ entries tagged #LINE app

In the LIFF browser and LINE's in-app browser, the user's social login with google account isn't allowed. This is because Google's OAuth 2.0 Policies (opens new window) disallow authorization requests from WebView to Google.

Therefore, when the user tries social login with google account in the LIFF browser or LINE's in-app browser, an error with a status code 403 and an error code disallowed_useragent (opens new window) will be displayed.

LINE uses Open Graph Protocol tags from websites to generate URL previews.

The three OGP tags used by LINE:

# Open Graph Protocol tag Example
1 og:title <meta property="og:title" content="LINE : Free Calls & Messages">
2 og:description <meta property="og:description" content="LINE is a new communication app">
3 og:image <meta property="og:image" content="http://static.naver.jp/line_lp/img/ogp.png">

Example of URL preview:

URL preview in chat

OGP configuration

Even if you don't configure OGP tags, any text or image within the URL will be automatically retrieved to generate a URL preview.

For example, for the Title, if there is no available information in og:title, the text within the title tag will be displayed. Likewise, for the Summary, if there is no available information in og:description, the text within either the description tag or the body will be displayed (If there is no retrievable information, nothing will be displayed in the preview).

LINE uses only the three OGP tags listed above. URL previews will not include information contained in any other OGP tags.

Tip

A cache-deletion tool (opens new window) for deleting the LINE server side cache of your URL preview is now available.