markolofsen / facebook_graph

You can use the Sharing Debugger to see the information that is used when your website content is shared on Facebook, Messenger and other places.

Home Page:https://gitupload.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠️ This repository was created using the GitUpload.

Languages:
Deutsch | English | Spanish | French | Italian | Russian


How does the Facebook Graph crawler work?

You can use the Sharing Debugger to see the information that is used when your website content is shared on Facebook, Messenger and other places.

Get client_id & client_secret from your App.

Hot to install

pip3 install facebook_graph==0.0.3

How to use

from facebook_graph import FBGRAPH

s = FBGRAPH(client_id='****', client_secret='****').applyShare(
        link='https://gitupload.com',
        debug=False,
        wait=True,
    )

print(s)

#response---------------->
response = {
    "url": "https://gitupload.com/en",
    "type": "website",
    "title": "Best Git Marketing Tool",
    "image": [
        {
            "url": "https://gitupload.com/media/site_preview.jpg"
        }
    ],
    "updated_time": "2019-01-10T13:38:50+0000",
    "id": "2373231789364257"
}

Version = 0.0.3
Library name = facebook_graph
Title = Facebook Graph crawler work
Keywords = facebook, graph, api, sharing, share, tool, debug, crawler


🛠️ This repository was created using the GitUpload.

About

You can use the Sharing Debugger to see the information that is used when your website content is shared on Facebook, Messenger and other places.

https://gitupload.com