|
|
stackoverflow.com
- 2012-03-01 16:23:06
- Similar
- Report/Block
I am using the facebook feed dialogs as mentioned here: https://developers.facebook.com/docs/ref erence/dialogs/feed/ to post a newsfeed on the users wall. There are 2 problems though: The link to my app is not coming up, so It says via Cool Social App , but without any hyperlinks. How do I make it show the hyper link? Secondly, I would li...
|
|
|
devilsworkshop.org
- 2013-03-01 20:04:33
- Similar
- Report/Block
Facebook has sent out invites to the Press for an event on March 7, 2013. The invite has a simple message, which is announcing a new look for the ‘news feed’. One place where people spend most of their time on Facebook is looking through their news feeds. The design of the current News Feed is based on how it best looks on a desktop/lapto...
|
|
|
stackoverflow.com
- 2012-04-10 14:37:55
- Similar
- Report/Block
I have a small game in my website, and i want people to post their best time in facebook. To do this, i made an app, and then use the following link: https://www.facebook.com/dialog/feed?app _id=363262997057304&name=Myname& link=http://www.mywebsite.com&redire ct_uri=http://www.mywebsite.com&desc ription=MyDescription But i do...
|
|
|
|
stackoverflow.com
- 2012-05-08 14:15:04
- Similar
- Report/Block
When posting a feed message through "me/feed" the picture doesn't show up in the feed. However if I post it through a feed dialog the picture shows up. even though I'm using the same URL to the picture. Any idea why this is happening ?...
|
|
|
stackoverflow.com
- 2013-03-15 10:51:44
- Similar
- Report/Block
I am fetching the posts of my app page using FB graph api and displaying them in ios app webview. I have a share button and it uses facebook sharer.php to share a post. Now, my problem is that after sharing or cancel, the user is sent to facebook page and not to my web page. I tried FB dialog feed which is supposed to solve this issue, bu...
|
|
|
stackoverflow.com
- 2012-03-26 17:03:30
- Similar
- Report/Block
I am building a Facebook app and trying to implement a share dialog. Currently, I've only found how to create a feed dialog that allows you to post to your own wall (see image below). What I am trying to achieve is a "Share" dialog that allows users to select whether they want to post to their own wall, on a friend's timeline, or a page.
|
|
|
sidomi.com
- 2013-03-08 09:22:38
- Similar
- Report/Block
Belum resmi diterapkan secara world wide, tampilan news feed baru Facebook langsung tersengat kritik. Tak sedikit yang mencibir jika desain baru FB news feed serupa dengan Google+. Patut ditengarai jika peluncuran desain baru news feed baru FB hanya berselang sehari dari desain baru Google Plus. Ini berarti Facebook hanya kecolongan satu...
|
|
|
|
stackoverflow.com
- 2012-07-18 18:44:39
- Similar
- Report/Block
i want to implement the Facebook SDK (not the 3.0 beta) to simple upload a photo to the users wall. I´ve found some good posts how to do that: Post photo on users wall What i like to know is, if there´s already a Facebook UI when uploading the images or do i have to make my own activity indicator and react on the Facebook delegate methods...
|
|
|
allfacebook.com
- 2013-03-13 12:25:39
- Similar
- Report/Block
The once-controversial Facebook ticker will no longer be a part of the homepage for users with the revamped news feed , but some users who are still using the “old” news feed design are not seeing the ticker, either. continued… New Career Opportunities Daily: The best jobs in media...
|
|
|
stackoverflow.com
- 2012-03-06 02:27:40
- Similar
- Report/Block
In one of the activities in my Android app I want the user to be able to post something to there wall on facebook. So far I have successfully allowed the user to log in using facebook..authorize(this, new DialogListener() { ... and this seems to work fine. Now I am trying to use the following code in a Button onClickListener to allow th...
|
|
|
modmyi.com
- 2013-02-18 23:37:00
- Similar
- Report/Block
Just yesterday, a tweak allowing you to copy text from your Facebook news feed to your clipboard was released. As it appears, Facebook isn’t the only restricting social network. Instagram doesn’t like you ripping things from the Instagram news feed either! (More specifically, photos). A new free jailbreak tweak called InstaSave by iOS d...
|
|
|
appadvice.com
- 2013-05-21 11:09:52
- Similar
- Report/Block
Facebook has just announced that a new feature that makes sharing from iOS apps easier has come out of beta. Available for developers to use through the latest Facebook SDK for iOS , the feature in question is none other than Facebook’s native Share Dialog. Introduced just last month as part of Facebook SDK for iOS 3.5, the Share Dialog...
|
|
|
|
droidforums.net
- 2013-06-05 21:42:26
- Similar
- Report/Block
FacebookView, View updated friends images from your timeline "news feed" into a live wallpaper. After Install, head over to your "Live Wallpaper" apps find "FBView" and hit "settings" set your preference and hit “Set wallpaper” and you're done just wait a few minutes for your first update Tags: facebook, live wallpaper, timeline, news fee...
|
|
|
stackoverflow.com
- 2012-06-20 01:20:45
- Similar
- Report/Block
I use a Request dialog on my Facebook game for my user to invite others to it. So far it works perfect but I miss the possibility to select all friends at once. I have read the past days that the facebook-dialog isn't providing this feature at all but I saw in many games that there are solutions but I don't know how they so this. If I loo...
|
|
|
stackoverflow.com
- 2012-07-06 21:36:19
- Similar
- Report/Block
I'm trying to use facebook's javascript SDK to let users send a link to another user, i.e using FB.ui(data, callback) . console.log( data ) gives this output: "http://example.com/something/y3k62pg3t4 " method "send" "10000xxxxx(omitted)" The issue is, this is able to display the facebook send dialog correctly (i.e the dialog opens, frie...
|
|
|
stackoverflow.com
- 2012-02-23 12:03:06
- Similar
- Report/Block
i have this simple php code to post message on the facebook wall require_once('facebook.php'); try { $facebook = new Facebook(FB_APIKEY, FB_SECRET); $facebook->api_client->session_key = FB_SESSION; $attachment = array( 'message' => 'some meesgae', 'name' => 'This is my demo Facebook application!', 'caption' => "Captio...
|
|
|
stackoverflow.com
- 2012-04-22 22:52:22
- Similar
- Report/Block
Hi guys Ive seen on many apps , that they have customized theyre request/feed dialog, to give it their own design. Does anyone know how can i customize my requests dialog or simply use "a code" to send requests like Zyngas games have? Thanks ahead...
|
|
|
stackoverflow.com
- 2012-03-11 10:57:37
- Similar
- Report/Block
i have created an application for facebook, but i want show all content in a dialog box like facebook style. How? like this http://www.bigthink.it/wp-content/upload s/2010/06/fb-dialog-box.jpg...
|
|
|
|
stackoverflow.com
- 2012-07-26 14:17:49
- Similar
- Report/Block
I'm sure its very simple thing, but can't find anything. I have a Dialog: $(function() { $(".dialog").hide(); $( "#dialog:ui-dialog" ).dialog( "destroy" ); $( "#dialog-message" ).dialog({ modal: true, autoOpen:false, width: 800, buttons: { "Accept": function() {alert("OK");}, "Close": function() {$(this).dialog("close");}} }); $(...
|
|
|
addictivetips.com
- 2013-02-07 15:02:20
- Similar
- Report/Block
Facebook gives you lots of ways to keep up with your feed; you can rely on Push notifications from the Facebook app on your iPhone, Android or Windows Phone device, or get SMS alerts if you don’t own a smartphone. One of the lesser-known ways to keep up with your notifications is via RSS feed. It is common knowledge that if you have subsc...
|
|
|
deviantart.com
- 2012-03-20 04:32:36
- Similar
- Report/Block
Photographer/Editor: Pissed Off Pistol Photography [link] [link] [link] [link] [link] [link] MUA/Stylist: Megan Hill Model: Me [link] [link] [link] [link] [link] [link] [link] [link] [link] [link] "Like" me on Facebook! www.facebook.com/modelchelseachristian.. .
|
|
|
|
eteknix.com
- 2013-03-16 02:52:13
- Similar
- Report/Block
The difference between Twitter and Facebook has always been a relatively thin and easily-traversed line. If you own a Facebook account you are probably no stranger to seeing hashtags on your news feed, in statuses and in comments. You would think that given that the hashtag is the notorious symbol of Twitter, Facebook would want to discou...
|
|
|
stackoverflow.com
- 2012-03-14 20:41:07
- Similar
- Report/Block
I'm attempting to pull out a page feed to RSS from Facebook, however each time I attempt to try it, I get an error back in the XML with the following : <![CDATA[ This feed URL is no longer valid. Visit this page to find the new URL, if you have access: <a href="https://www.facebook.com/ profile.php?id=<FB_ID>&q...
|
|
|
stackoverflow.com
- 2012-04-18 18:53:14
- Similar
- Report/Block
After following as per Facebook-sdk instructions for android app i get the dialog box saying install/cancel instead of allow/don't allow . I tried changing App id and used other user's credentials for logging too. But still i get an error: Update:i tried changing an app setting develope.facebook.com-> Application-> Advanced-> disabled enh...
|
|
|
|
androidzoom.com
- 2013-03-06 11:32:12
- Similar
- Report/Block
Robert Burnaccioni The Toronto Blue Jays Fan App keeps you connected and updated with all the latest Jays news, events, scores and much more... ★ Latest News ★ Schedules ★ Facebook feed ★ Twitter feed FREE...
|
|
|
stackoverflow.com
- 2012-02-21 08:20:02
- Similar
- Report/Block
I've never used Facebook's Graph API, or OAuth. I'm simply trying to get a public Facebook page's feed using the Graph API, but it requires an access token. I don't want to hassle the users to login and allow access to get their token. A Facebook app access token could be used to get a public feed, but I'm trying to do this entirely in Ja...
|
|
|
stackoverflow.com
- 2012-03-29 07:04:10
- Similar
- Report/Block
I want to make popup dialog like in facebook app with pointing marker to the selection area. here is an example how it should look like. http://imageshack.us/photo/my-images/9/f acebookandroid.png/ please help if you know something about it. Thanks in advance..
|
|
|
|
stackoverflow.com
- 2012-06-03 02:50:02
- Similar
- Report/Block
I am trying to get this dialog popup form to show up when this link is clicked but it does not work for me. I've been working on this for the past three hours and this is getting too frustrating for me. Here's my html <a href="#" id="contactUs">Contact Us</a> <div id="dialog" title="Contact form"> <p>appear now...
|
|
|
phonearena.com
- 2013-06-07 17:09:00
- Similar
- Report/Block
Facebook – everyone and their grandma is on it already, whether we like it or not. And many of the people who are on Facebook access their feed from a mobile device of some kind, be it a smartphone or a tablet. However, the official Facebook app and Facebook Home aren't the only ways of accessing the world's most popular social network. I...
|
|
|
stackoverflow.com
- 2012-03-27 05:07:58
- Similar
- Report/Block
I have an iPad application that requires users to log in to Facebook. I've implemented this using the iOS SDK that Facebook supplies, but I'm hitting a snag for returning users. Here are the steps they take: The user loads our app for the first time. They click 'login', which redirects them to the Facebook iPad app if they have it install...
|
|
|
|
stackoverflow.com
- 2009-11-30 07:16:03
- Similar
- Report/Block
I am using modal dialog box from jQuery UI. I want to make a Ajax call to display the content in my dialog box. $(function(){ $('#myLink').live("click", function(){ $('#lbContent').dialog('open'); var url= $(this).attr("href"); $('div#lbContent').empty(); $('div#lbContent').load(url); return fal...
|
|
|
stackoverflow.com
- 2013-03-17 00:16:18
- Similar
- Report/Block
I am working on developing apps for Facebook and I am using Heroku to host the apps. I am using javascript and I got the error message (exactly as shown in title section) when I attempt to post to the wall and/or send message to friend. Sending request worked just fine, but I could not figure out what the error message mean by "link URL n...
|
|
|
stackoverflow.com
- 2012-06-25 09:08:56
- Similar
- Report/Block
This is on Facebook, I am getting this error Fatal error: Class 'Facebook' not found in /home/u567000587/public_html/facebook/in dex.php on line 4 I have it set up so I can post on user behalf This code is not working <html> <?php $facebook = new Facebook(array( 'appId' => 329394273803XXX, // YOUR APP ID 'secret' => df6e1...
|
|
|
|
creators.ning.com
- 2012-07-23 14:14:04
- Similar
- Report/Block
I'm going to show you how to fix the Facebook Inviting feature. 1. Go your network dashboard and click the facebook link 2. If you have set up your Facebook integration completed, click the Edit and Delete your Facebook App link and it will take you to your Facebook app page. 3. On your Facebook app you will need to configure the App Do...
|
|
|
betanews.com
- 2013-04-17 13:01:03
- Similar
- Report/Block
Facebook has released Facebook for iOS 6.0 , a major update for its iPhone and iPad app. The major new feature in version 6 is the introduction of "chat heads", which allow users to chat from anywhere in the app - this feature isn’t yet universally available, but should be rolled out to all users "soon", according to Facebook. Chat heads...
|
|
|
stackoverflow.com
- 2012-04-14 07:01:33
- Similar
- Report/Block
I want to creeate dialog for temporary time. I create dialog with this code : Dialog dl=new Dialog(myclass.this); dl.setTitle("HELLE WORLD"); dl.setCanceledOnTouchOutside(true); dl.show(); And I finish dialog with this : dl.cancel(); But when write this ? (for example I finish dialog 5 sn after.)...
|
|
|
|
techguy.org
- 2013-03-22 19:01:14
- Similar
- Report/Block
Guys, I'm trying to pit in a link to my facebook page from my website and all I'm getting is a blank page. Code is: http://www.facebook.com/indigo.skindesig n">Go to Facebook I've tried it with buttons, https etc. but keep getting a blank page. All I want to do is put a little link on the info page at www.indigoskindesign.com but the sam...
|
|
|
stackoverflow.com
- 2012-04-08 22:23:31
- Similar
- Report/Block
I'm trying to use CKeditor as part of a CMS but I'm not "that" good with JavaScript and there documentation does not help much. rather confusing could some one show me how I would change the link plugin dialog so that it shows a drop down of values and builds a URL from them, but I don't under stand how there dialog system works I have na...
|
|
|
deviantart.com
- 2012-05-16 19:07:59
- Similar
- Report/Block
do NOT use my art in anyway !! Copyright © ELECTRI©POPPERS. PLEASE READ THE FAQ MMKAY? [link] WE ARE [link] @ ELECTRICPOPPERS.COM [link] @FACEBOOK FANPAGE [link] ME @ FB [link] @HARHAKUVA [link] @FORMSPRING [link] @WE♥IT [link] @INSTAVIEW [link] @PINTEREST [link] @TWITTER [link] @MyPoppedArt [link] @TUMBLR [link] @VI.S...
|
|
|
|
deviantart.com
- 2013-05-02 10:27:26
- Similar
- Report/Block
Created using illustrator. Follow me on instagram: [link] Like me on facebook: [link] Tumblr: [link] More typography artwork: The Joker and Harley: [link] Zebra: [link] Batman: [link] Bane: [link] Hitchcock: [link] Mad Hatter: [link] Two face: [link] Darth Vader: [link] The Flash: [link] Hell boy: [link] Wonder Woman: [link] Jack Skelling...
|