facebook-social-plugins

Get Facebook Access Token in unity3d Desktop App

て烟熏妆下的殇ゞ 提交于 2019-12-08 02:53:46
问题 I am new in unity3d and i am trying to create an app with social connect for unity3d desktop app.I read some tutorial like unity-and-facebook. My problem is how to get an access token of user.I follow same steps as i read getting-started on facebook. When facebook-unity package import to my new package and change app id from facebook setting. I am getting a default access token and dummy user logedin. Sorry for my English. 回答1: I'm afraid we don't directly support desktop applications at the

Get Facebook Access Token in unity3d Desktop App

六月ゝ 毕业季﹏ 提交于 2019-12-06 14:18:20
I am new in unity3d and i am trying to create an app with social connect for unity3d desktop app.I read some tutorial like unity-and-facebook . My problem is how to get an access token of user.I follow same steps as i read getting-started on facebook. When facebook-unity package import to my new package and change app id from facebook setting. I am getting a default access token and dummy user logedin. Sorry for my English. I'm afraid we don't directly support desktop applications at the moment. If you are testing in the editor we put dummy data in to help with testing, but you must run your

Social Plugins for Facebook Photos and Albums

廉价感情. 提交于 2019-12-06 09:53:25
Is it possible to use Social Plugins such as the Comments and Like plugins to display the comments and likes for a photo or album uploaded to Facebook? I have tried various URLs for the HREF attribute (the photo source, the photo page, the graph URL, etc) and cannot get the plugin to display existing comments against the photo. Can someone suggest the correct URL (if any) that I should use? I can get access to the list of comments using the graph API, however I would prefer to make use of the social plugins if possible. Currently you can not use them in that manner. You can use the graph api

Facebook social plugin on android

浪尽此生 提交于 2019-12-06 09:01:21
I would like to integrate Facebook's comment social plugin ( https://developers.facebook.com/docs/reference/plugins/comments/ to comment on url) into my android application. I tried to use webview (use this answer Android unable to implement facebook comment in a webview due to default browser ) and it's work, but hard to customize, for example: I want to have a bigger Textbox for user to type the comment. My question is: "is there any solution to integrate something like "Facebook's comment social plugin" into android application by facebook sdk, java code,... to comment on url? Thanks & best

Facebook Like button - fetches “wrong” image [duplicate]

徘徊边缘 提交于 2019-12-06 05:56:15
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: How does Facebook Sharer select Images? I'm using the following code to add a Facebook like button to my site: <iframe src="http://www.facebook.com/plugins/like.php?href=XXXXXXXX&send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe> When

Using social plugins for pre-existing Facebook posts

半腔热情 提交于 2019-12-06 04:12:33
If there a way to use the Facebook Feed, Comments, and Like social plugins for existing Facebook posts? We're looking for a way to have pages on our site supplementing existing Facebook posts made on our FB page. The goal is to keep all sharing, comments, and likes centralized around single post, rather than the usual model where each person shares a distinct post on their feed. Example post from McDonalds: http://www.facebook.com/photo.php?fbid=10151001277817014&set=a.10150319191897014.332821.50245567013&type=1 Ideally, we'd like to pull in the functionality of the above post (commenting,

Facebook custom message sharing

只愿长相守 提交于 2019-12-06 02:52:08
I need to add a custom message when I hit on facebook share button on my website. By default the text says ("Say something about this..."). I would like to change this message to a custom message when when I hit the facebook share button. Is there a way I can do this with the sharer.php ? Like a parameter &t=customText ? Right now, Facebook is not supporting the Sharer Functionality. Something that you can do: The title [title] that the Sharer is going to use is the actual of the url that is in the parameter [url] The custom message [summary] is the meta description of that [url] References:

How to execute script after a user clicks Like on a Facebook Like button?

痴心易碎 提交于 2019-12-05 17:30:33
I am trying to use a Facebook Like button via an iFrame, like so: <iframe id="test" src="http://www.facebook.com/plugins/like.php? href=http://yoururl.com/& layout=button_count& show_faces=false& width=50& action=like& colorscheme=light& height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"> After a user clicks "Like" for the first time, I want to execute some Javascript in my DOM content. How would I go about doing this? You mean you want to execute some Javascript when you like something? You can use the Facebook

facebook share HTML5 TypeError: getComputedStyle(…) is null

痴心易碎 提交于 2019-12-05 05:12:53
I'm trying to add facebook share to a page. My issue is with multiple share buttons, first works well but others aren't shown in the page. A note, first share button is visible but others are in a container with display:none css applied. I have this code in top of the page (I changed facebook app Id to FacebookAppID): <div id="fb-root"></div> <script>(function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1&appId=FacebookAppID"; fjs.parentNode.insertBefore(js,

getting notification when someone comments using comments plugin

别等时光非礼了梦想. 提交于 2019-12-04 12:39:25
So I have an iFrame app on a fan page, which includes the comments plugin. Is there a way I/any admin can receive a notification or email every time someone adds a comment? You can subscribe to comment.create event and send the notification to admin in any way you prefer, once comment is created. Facebook itself doesn't provide such functionality. This may looks like this (I assume Facebook JavaScript SDK is already loaded on page before doing this, read about it in documentation on Loading, anyway if you're using Social Comments Plugin it should be loaded already): <script type="text