-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ユーザーのプロフィール写真が半分ぐらいリンク切れしてる #148
Comments
これ、まじですね、対応します! |
内部的にKoalaというライブラリ経由でAPI叩いてることもあり、 @muratayusuke にあげていただいた方針がとれない。 |
whoswhoplus/app/models/profile.rb Line 65 in 85234f9
この辺でpicture_urlにセットするやつを、単純に "https://graph.facebook.com/#{me['id']}/picture" みたいに書いちゃえばいけそうな気がします!getパラメータで大きさ指定したりできますし
|
おお、説明あざす!なるほど、なるほど!これは確かにいけそう! ちょっと思ったのは、これだと
の部分でFacebook Api一回叩いて、さらにユーザーの数だけApi叩くことになってちょっとボトルネックになりそうなんですね。 なるべくApi叩く回数を減らした方がいいかなーってことと、実は今の実装だとユーザーの友人が増えた時に更新に行かないんで、ログイン時にデータがある程度古かったら、Resque使ってバックグラウンドでユーザー画像を取得し直す方向に変更しやすた! runner使うことも考えたんですが、わざわざバッチでやるほどの処理でもなさそうってことで、やめときました〜 |
STGに修正あげてみました。俺の画像クリックと、友人画像が最新になっているのが確認できると思います! http://whoswhoplus-staging.kumonos.jp |
@youcune コードチェックよろしくお願いします! |
👍 |
👍 |
ゾス! |
https://github.com/kumonos/kumonos.jp/pull/12/files みたいな修正で直りそうな気がする
The text was updated successfully, but these errors were encountered: