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

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

Build:
Build:
LAST BUILD BRANCH: remove-error
DEFAULT BRANCH: master
Ran 16 Oct 2017 05:45PM 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

16 Oct 2017 05:35PM UTC coverage: 94.415% (+0.3%) from 94.066%
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

541 of 573 relevant lines covered (94.42%)

55.03 hits per line

Source Files on job 781.1 (2.3.1)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 781
  • Travis Job 781.1
  • b6342375 on github
  • Prev Job for 2.3.1 on app_access_token_by_get (#776.1)
  • Next Job for 2.3.1 on app_access_token_by_get (#782.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

© 2025 Coveralls, Inc