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

Fullscreen / funky / 776
94%
master: 98%

Build:
Build:
LAST BUILD BRANCH: remove-error
DEFAULT BRANCH: master
Ran 12 Oct 2017 03:39PM UTC
Jobs 1
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

pending completion
776

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

6 of 6 new or added lines in 1 file covered. (100.0%)

539 of 573 relevant lines covered (94.07%)

53.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 776.1 (2.3.1) 12 Oct 2017 03:39PM UTC 0
94.07
Travis Job 776.1
Source Files on build 776
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #776
  • a6f88783 on github
  • Prev Build on app_access_token_by_get (#775)
  • Next Build on app_access_token_by_get (#781)
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