私は、Facebook Places経由で場所を公開できるようにするRailsアプリケーションを構築しています。 Facebookerの宝石ですか? RailsとPlaces APIの周りに多くの活動を見つけることができず、自分自身をロールバックするのは楽しいですが、誰かが仕事をする既存の宝石やプラグインを知っているのだろうかと疑問に思いましたか?Facebook Places and Rails
答えて
これまで見た中で、Railsでうまくいっている最高のFacebookの宝石はmini_fbです。あなたはここから始めることができます。
多くのおかげで、私はそれをチェックアウトします! – buddhamagnet
偉大なものアンドリューは、魅力のように動作します。 – buddhamagnet
それをよく聞いてください。あなたの問題を解決すると思われる場合には、回答を受け入れることを検討してください。 –
fbgraphはあなたからこれを見つけることができますRailsの3
のためのFacebookのグラフAPIの逸品です。これを使用することによりhttps://github.com/nsanta/fbgraph
、あなたはFacebookの壁にデータを公開するだけでなく、また、FBからデータを抽出することができます。 私はこの1つの必要なアプリケーションで作業しました。
- 1. iPhone App with places rating and comments
- 2. Facebook facebook_session with Facebooker gem and Rails 2.2.2
- 3. Gowalla、Foursquare、Facebook Places combined API
- 4. google places autocomplete API get town and region(JavaScript)
- 5. Google Places APIとFacebook Places APIを組み合わせる
- 6. Facebook Places API 500結果の制限
- 7. Ruby on Rails omniauth and carrierwave
- 8. Rails and Que jobs
- 9. InfoVis and Rails
- 10. Facebook apps and herouku cloud
- 11. Admob and facebook mediation IOS
- 12. AWS Lex and Facebook - コンテンツタイプ
- 13. Google maps places Lattitude and Longitudeオブジェクトは変更を続けますか?
- 14. minitest、test :: unit、and rails
- 15. Rails 3 MySql and MongoDB
- 16. qTip2 - remotipart and rails 3.1
- 17. Ruby on Rails and Paperclip
- 18. Sunspot Solr、Rails and Ordering
- 19. rails 3.2、bootstrap and fontface
- 20. rails 3.2 subdomains and devise
- 21. Rails、gmaps4rails、bootstrap and turbolinks
- 22. Rails and Capistrano missing gems
- 23. jquery and rails 3アセットパイプライン
- 24. YouTubeデータApi and Rails
- 25. Rails 3、JRuby and Warbler
- 26. rails、authlogic and sql error
- 27. Rails ActionCable and React Native
- 28. Ruby on Rails and Security
- 29. Rails 3 link_to and JQuery
- 30. facebook login oauth and osx 10.11/CNA
私はアプリケーションを開発しており、facebook placesのデータが必要です。私はFoursquareからデータを取得しています。これはうまくいくのでしょうか。 –