bo-oz / vimeo_me2

Vimeo API v3 wrapper for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client needs User Agent

NARKOZ opened this issue · comments

Make sure to set a custom User Agent for your app. We will be much less likely to block access if we see a custom User Agent! We block certain generic User Agents now, and may block others in the future.

https://developer.vimeo.com/guidelines/best-practices#user-agents

commented

Again, happy to accept a PR for this!

commented

Added User Agent header in latest version. See following Commit: c43a52b

Let me know if I can close this issue.

Thank you.