sns-sdks / python-facebook

A simple Python wrapper for facebook graph api :sparkles: :cake: :sparkles: .
https://sns-sdks.github.io/python-facebook/
328 stars 86 forks source link

make v in V13.0 lowercase; #188

Closed pietzschke closed 2 years ago

pietzschke commented 2 years ago

Hi there!

With the uppercase letter there is no request possible, because facebook checks for case.

According to the docs, it needs to be lowercase: https://developers.facebook.com/docs/instagram-basic-display-api/reference/me

MerleLiuKun commented 2 years ago

Oh that's an error!! thanks!

codecov[bot] commented 2 years ago

Codecov Report

Merging #188 (70693cc) into master (228d7dd) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #188   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           65        65           
  Lines         2494      2494           
=========================================
  Hits          2494      2494           
Impacted Files Coverage Δ
pyfacebook/api/graph.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 228d7dd...70693cc. Read the comment docs.