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

Fullscreen / funky / 781
94%
master: 98%

Build:
Build:
LAST BUILD BRANCH: remove-error
DEFAULT BRANCH: master
Ran 16 Oct 2017 05:45PM UTC
Jobs 1
Files 20
Run time 2s
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
781

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

Jobs
ID Job ID Ran Files Coverage
1 781.1 (2.3.1) 16 Oct 2017 05:45PM UTC 0
94.42
Travis Job 781.1
Source Files on build 781
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #781
  • b6342375 on github
  • Prev Build on app_access_token_by_get (#776)
  • Next Build on app_access_token_by_get (#782)
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