• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Fullscreen / funky / 776 / 1
94%
master: 98%

Build:
Build:
LAST BUILD BRANCH: remove-error
DEFAULT BRANCH: master
Ran 12 Oct 2017 03:39PM UTC
Files 20
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Oct 2017 03:14PM UTC coverage: 94.066%. Remained the same
2.3.1

push

travis-ci

kangkyu
Use App Access Token generated by GET for all API requests

we have been using 'app_id|app_secret' as app access token but

https://developers.facebook.com/blog/post/2017/07/18/graph-api-v2.10/

there was announcement 'On October 16, 2017 we will require
an access token to fetch Page videos, posts and comments for
all Graph API versions.' so I thought there might be
problem with current method.

https://developers.facebook.com/docs/facebook-login/access-tokens#apptoken

that was why I add this commit. After this change it should use
following GET request to generate an app access token, each time
we run #posts, #videos

GET /oauth/access_token
    ?client_id={app-id}
    &client_secret={app-secret}
    &grant_type=client_credentials

539 of 573 relevant lines covered (94.07%)

53.49 hits per line

Source Files on job 776.1 (2.3.1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 776
  • Travis Job 776.1
  • a6f88783 on github
  • Prev Job for 2.3.1 on app_access_token_by_get (#775.1)
  • Next Job for 2.3.1 on app_access_token_by_get (#781.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc