FaceBook

social向けのtitleなどのデバッグ

https://developers.facebook.com/tools/debug

フェイスブックで共有された場合に表示される内容を記載するところをOGPというらしい

フェイスブックのページにリンクされる部分や 表示される部分のことらしい。 とりあえずテンプレ <meta property="og:title" content=""> <meta property="og:type" content=""> <meta property="og:description" content=""> <meta property="og:url" content=""> <meta property="og:image" content=""> <meta property="og:site_name" content=""> </meta></meta></meta></meta></meta></meta>

少し前進

今度はこんなログがでた。 多分facebookのアプリの登録URLがおかしいんじゃないかと思うので、 ちょっと調べてみる { "error": { "message": "Invalid redirect_uri: \u6307\u5b9a\u3055\u308c\u305fURL\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u3…

接続しに行こうとしたらエラーになった

デフォルトのままだとダメみたいなので 調査をするconnect/facebookConnectという tilesのdefinitionが必要でした。 重大: Servlet.service() for servlet [dispatcher] in context with path [/*-front] threw exception [Could not resolve view with name…

spring social/facebook/twitterのPOM

spring-social-facebookのpom.xml spring-social-twitterversion 1.0.2.RELEASE 依存関係 org.springframework.social spring-social-core ${spring.social.version} org.springframework.social spring-social-facebook ${spring.social.version} org.sprin…

facebook上でコンタクト履歴アプリを作成する

アイコン

facebookのアイコンでfacebook上のページに飛ぶのは ただのリンクだったw

いいねボタンをつくりたいのですが

いまいちよくわからないので困ってます OpenGraphというタグを作成して。 一般的なWEBサイトとフェイスブックでのページ(タイムライン)が同じようになるような作成をする。https://developers.facebook.com/docs/reference/plugins/like/