0
votes
0answers
26 views

facebook Stream Post URL Security Migration

can someone explain me about this migration? https://developers.facebook.com/roadmap/secure_stream_urls_migration/ all links in stream posts must go to the app's Canvas or Website URL. app's ...
0
votes
0answers
24 views

inconsistency of data using FQL - Table stream

I'm using FQL to get the post recently modified to exactly 10 minutes ago, the FQL used is as follows: SELECT post_id, message, created_time, likes.count, likes.user_likes, comments.count, actor_id ...
0
votes
1answer
38 views

FQL get status updates from stream

I am trying you get the status updates from stream table, I am using php sdk and in my query is specify type to be 45 (which is status update type) but it is not working and I get no results, below is ...
0
votes
3answers
92 views

Bring in a facebook users stream into a webpage

I need help on how to bring in a users personal stream. For example when I go to this webpage I want the user to be able to see his/her facebook live profile stream as if he/she was looking at the ...
0
votes
1answer
62 views

Reading the response stream of a WebException

I have the following method which is basically authenticating users with their Facebook credentials. For some reason, I am getting a WebException when trying to process the authorization key (code). ...
0
votes
0answers
74 views

Stream FQL shows blank messages (which are my posts on other's walls) - but only with 1 App

I've been struggling with this one for a few days. I use a query like this to get my posts on my wall: select post_id, viewer_id, app_id, source_id, updated_time, created_time, filter_key, ...
0
votes
0answers
70 views

I can't get some “recent posts from users” using FQL

I have a question. Using FQL like (EX.), I am trying to get the "recent posts from users" of some Facebook page, but I did not get some posted. (EX.) SELECT post_id, source_id, updated_time, ...
0
votes
1answer
99 views

Facebook FQL stream query only returning 4 items

I am trying to retrieve all Photos from a user's stream. SELECT post_id, actor_id, target_id, message, created_time FROM stream WHERE filter_key in (SELECT filter_key FROM stream_filter WHERE uid = ...
2
votes
0answers
232 views

Stream post URL security - Website/FB page url

We are currently offering functionality in an iOS and Android game app to share scores on FB. We want the link in stream posts to direct people to the website promoting the game or to the page for the ...
1
vote
0answers
116 views

posting to page stream - api returns id but post does not appear in stream

I'm running a little PHP-Application where some users connect to Facebook and post to their page feeds, using the graph api. It runs fine, no problems, until today when a user told me his posting ...
0
votes
1answer
90 views

FQL query to stream still returning unreliable results?

I am trying to use FQL to query the stream table and retrieve news feed items. Like this: SELECT post_id, actor_id, target_id, message, created_time FROM stream WHERE filter_key in (SELECT ...
0
votes
1answer
142 views

Facebook. Publish text on facebook wall by clicking image

I want to make a facebook app, when user click on image auto publish some text on user's wall. I have a script: <?php define('FB_APIKEY', 'YOUR_API'); define('FB_SECRET', 'YOUR_SECRET'); ...
0
votes
0answers
25 views

Is it possible to get the share list for a Page post?

Did someone try to fetch users whom had shared from page post? I know this could count from FQL. "shares": { "count": 789 }, But, How to get the list detail?
0
votes
1answer
152 views

Using an app access token, why do i need publish_stream permission instead of just publish_actions

I'm using an app access token to write to a facebook user's wall (using the facebook graph toolkit in asp.net). i've found that the process works fine if i have publish_stream permission but fails if ...
0
votes
1answer
72 views

PHP Facebook Stream Undefined property Error?

I followed a tutorial on creating a facebook post stream for a website I created. The stream worked fine and has done for awhile now but I just checked the website again and it is now giving me a ...
0
votes
0answers
52 views

Facebook: Sporadic Error 10054 - session disconnected by server when Receiving data from FQL request

I have a very simple FQL request that I run through a program. The request is as follows: SELECT source_id, message, created_time FROM stream WHERE ( ( source_id = '159616034235') ...
1
vote
0answers
99 views

Facebook Wall post stream attachments

Have you seen those Facebook wall posts from Foursquare? It shows a map of the area from where the user has checked in. On top of that, there is an overlay with the title of the checkin, a description ...
1
vote
2answers
729 views

FB Like Box not showing stream

I don't think it is an issue with the code I am using, but cannot get my FB Like Box to show the stream. For example, I can go to: https://developers.facebook.com/docs/reference/plugins/like-box/ and ...
-5
votes
4answers
74 views

What's wrong when publishing stream on FB with PHP Graph? [closed]

Code is here; $session = $facebook->getUser(); $loginUrl = $facebook->getLoginUrl( array( 'canvas' => 1, 'fbconnect' => 0, 'req_perms' => ...
3
votes
0answers
567 views

Facebook Timeline - Activity Log - Graph API - FQL Query All Return Data Based Only on Current Value (Major Bug?)

We are writing a FQL Query that uses READ_STREAM to see whenever that friend has changed their relationship status (and made that information public) and/or current city. In this case the person’s ...
1
vote
1answer
234 views

Facing issues integrating Facebook stream.share Dialog Box

Facing issue while implementing share dialog box. If I specify Facebook post URL I don't get the proper image, description on dialog box Just displaying the url: ...
0
votes
0answers
96 views

facebook steam with FQL on my website

i want to use the facebook-fanpage-stream on my own website. now, FQL is not so perfect, because when a album is updated with photos, i get this entry two times in the array. my questions: how can i ...
0
votes
0answers
212 views

Hide photo likes/comments from group wall

I'm wondering how I can hide the posts that appearing on a group wall after someone liked or commented a photo in a group album. This posts are not returned neither from Graph API: {group_id}/feed ...
0
votes
2answers
335 views

Open Graph error on submission - publishing a stream story

Can you spot my error? I'm really struggling to get an open graph action approved. I want people to Share (Action) a Photo (Object) and have requested the user message and explicitly shared ...
0
votes
0answers
101 views

Make FB Activity Stream work within corporate network which blocks facebook.com

We are developing a company Intranet site and would like to show the standard FB Activity Stream, however... Our network has Facebook.com blocked (ironic I know). Because the network is blocking ...
0
votes
1answer
138 views

Facebook FQL: place ID in “stream” and “place” tables is confusing

According to FB documentation: in "stream" table - place ID is an integer (http://developers.facebook.com/docs/reference/fql/stream/ field "place") while in "place" table - place ID is a string ...
0
votes
0answers
17 views

facebook like box without “was here” section

I love the like box, and love the ability to stream my posts within it, however I hate the "was here" section. Can I get rid of that function only? Currently it seems that if I "include streams" I ...
1
vote
0answers
75 views

How to get all page posts for a multilingual Facebook page?

With the FB API I can only retrieve the stream for the country I'm registered (France) I would like to get ALL the posts even if they're not in French. For example : http://www.facebook.com/Nina I ...
0
votes
1answer
560 views

Facebook FQL : Need large src url from stream table (attachment - media)

By FQL stream table return newsfeed by fql with attachment attribute. attachment contain media information and in media there is an src attribute which contain photo url. I need to change those photo ...
1
vote
2answers
610 views

How to get FQL Stream with full names

I would like to show stream data from FQL fql?q=SELECT post_id, app_id, source_id, updated_time, created_time, filter_key, attribution, actor_id, target_id, message, app_data, action_links, ...
2
votes
2answers
789 views

FQL query using stream table doesn't accept app access token

I've searched stackoverflow all day long to find an answer without luck, so here we go. I'm trying to fetch data from the stream table like this: FQL: SELECT post_id, message, created_time FROM ...
0
votes
1answer
60 views

Facebook App stream not always showing

I just created a new Facebook App. But when we test it, it doesn't always show the stream post. Sometimes it works, but when i remove the app from my personal Facebook and try it again it doesn't show ...
0
votes
0answers
210 views

How can I get “like something” posts from Facebook stream using FQL

I can see in my feed (on the web FB page) "User_Name likes some_link" post. I also can see it in Facebook application for Android (com.facebook.katana). But I can't get it using FQL from stream table ...
0
votes
0answers
20 views

When someone tags a user on a post, facebook duplicates that post on the stream table?

i'm pretty new with FB API and right now i am getting the wall/last posts information of my friends and then getting my own wall/last posts. The thing is that when i query the stream table for my ...
0
votes
1answer
162 views

Consolidate multiple news/social streams into one (FB, Twitter, Flickr, RSS)

i am looking for a service to consolidate multiple streams from the web into one easy to use rss feed or something similar. i need at least support for facebook and twitter. ideally also for flickr, ...
0
votes
1answer
329 views

Is it possible to hide Facebook app activity, so “X friends used it in the past month” doesn't show on hover?

Facebook gives app developers control over whether app activity is published in the stream. Is it also possible to prevent the hover popup from showing friends who have used an app?
4
votes
1answer
250 views

Finding out the original author of a shared post (the “via X” while reading the newsfeed)

While fetching the stream FQL table you can see entries as link post (type_id is set to 80), the attachment attribute says it's a video (in this specific case) but I see no way to find the original ...
0
votes
2answers
383 views

Facebook iOS read only?

I've used the iOS Facebook SDK before to post to one's timeline or share through an app. However, now I want to just read a public stream, a politician's Facebook stream. This is easy with Twitter. ...
0
votes
1answer
105 views

Facebook App Stream_publish

I'm trying to make my facebook application autopost to a wall after they have accepted the permissions, ived tryied alot of things but i just cant get it working. This is one of the things ived ...
0
votes
1answer
311 views

Get the proper FQL source_id when querying multiple source_id's

Given the following Facebook Query Language: SELECT source_id FROM stream WHERE source_id in ('301470456547727', '194053380668945') I expected to receive two different source_id's for the objects, ...
1
vote
1answer
134 views

How can I retrieve what permissions I have with my users?

How can I retrieve what permissions (eg publish_stream) I have with my users? Because if I want to obtain this authorization is missing only the server but not unnecessarily burden I start by querying ...
0
votes
1answer
131 views

FQL Result Issue

In looking at the stream table, the documentation says .. updated_time time The time the post was last updated, which occurs when a user comments on the post, expressed as a Unix timestamp ...
0
votes
1answer
270 views

Getting Stream from Facebook page with neosmart

Im using neosmart jquery plugin to get streams from facebook to my own page. The plugin requires the page id from the fanpage, and mostly its working ok. But with the link ...
0
votes
1answer
296 views

Implementing Live Stream box and requiring app authorization

I've got the Live Stream box plugin working on my site using the code output from the developer documentation. What I want to do is when a user clicks login it asks for authorisation to use the app ...
0
votes
1answer
1k views

Integrating Facebook Group stream on an external website

I'm a member of a club that has a Joomla website and a Facebook group. Only about one third of the club's members are active on Facebook, and we'd like the rest to be able to follow the discussions ...
1
vote
1answer
241 views

FQL returning different results when queried from APP

I have a process which scrapes the stream table periodically for given users, importing any new comments or posts which have come in. When I test my query using the facebooks fql.query link, the ...
0
votes
1answer
659 views

Facebook stream publish to wall as App/Page

i wonder if it is possible to post to a users stream/wall by using stream_publish as a page or an app. Currently I've granted my app to stream_publish on my own wall. But when I post to my stream from ...
2
votes
1answer
396 views

Live Stream deletion difficulties

I'm currently using the live stream app for my website but I can't delete posts that I make on the live steam itself, if I post it to Facebook I can access it on Facebook and delete it there but with ...
3
votes
1answer
3k views

LIKE BOX - stream not showing, just check-ins

I've inserted a Like Box on my website, but I don't see my Facebook Page's stream, just a series of check-ins to my Page. Why? For example I read "John was here", etc... Can you help?
-1
votes
1answer
1k views

No thumbnail shows on facebook, when I post a link to my site

I just published a new website. When someone tries to publish the link on Facebook, no thumbnail-options shows up, even though there are plenty of image-files to choose from. When I post the link to ...

1 2