OpengraphTransporter
opengraph_transporter is a Ruby console app that exports Facebook OpenGraph translations between Developer Apps.
Installation
Add this line to your application's Gemfile:
gem 'opengraph_transporter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install opengraph_transporter
Requirements
- Ruby 1.9.3 or higher
- Firefox 22.0.0 or higher
- Admin Role on Facebook Developer Applications used in translations export process.
Usage
- Run opengraph_transporter
- Enter Source Facebook Developer App ID and App Secret
- Enter Destination Facebook Developer App ID and App Secret
- Enter App translations locale.
- Follow the prompts.
$ Please Enter Destination Application Secret
29ae3y7d426106eae639754eb6855ef1
$ Please Enter App Locale
pt_BR
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request