Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

39
votes
5answers
63k views

How do you post to the wall on a facebook page (not profile)

I have a blog site written in php and it posts new blog posts to twitter and a blog ping automatically under the hood using simple http post requests passed using php curl. I have a facebook page for ...
9
votes
3answers
9k views

Post message to facebook wall from android fb sdk always error

I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb) here is ...
6
votes
4answers
559 views

Get all posts on a friend's wall

I'm trying to find an API call (or set of calls) that will allow an app to get the posts that one would see if viewing a friend's wall. Either a REST call or a FQL call would do. I tried /feed and ...
4
votes
1answer
102 views

Publish to a page wall using javascript API with a specific user

I'm trying to build a custom post to publish to one of my app facebookpage. I saw in the facebook documentation, the "from" is just a readonly property? theres a way to doit?. var request = { ...
4
votes
1answer
386 views

How does Spotify posts playlists onto Facebook wall via API?

It seems that Facebook API only allows text, image, video and flash embeds to be posted onto users' walls via API, but somehow Spotify posts these complex playlists with play buttons, images, etc. ...
4
votes
2answers
4k views

Which Facebook Permissions Allow for Posting to a Page Wall (not profile wall)?

I am working on a project to post data to the walls of Facebook Page walls. I have set up a Facebook app and currently requesting the following permissions from user's when attempting to post to ...
4
votes
2answers
837 views

What with the thousands of warnings in standard headers in MSVC -Wall

Some people seem to advise you use -Wall, but when I did it on a small test project which just has a main.cpp with some includes, I get 5800 warnings most of them in standard headers or in windows ...
4
votes
1answer
4k views

Accessing Facebook wall posts

Is there a way, via FQL or the Facebook API, to access the wall posts to a fan page (not a profile)?
3
votes
1answer
58 views

Reduce Eclipse (type) warning level

I recently installed the Haskell Eclipse-plugin "EclipseFP". Everything works pretty well while there's one feature which makes me very angry hehe. I cannot reduce the warning level of the output. ...
3
votes
3answers
52 views

Grouping ActiveRecord objects in a Facbook-wall-like way

Problem: You have an activity stream, similar to Facebook's Wall, with multiple types of records (statuses, updates, announcements, etc) streaming into them. You want to group similar types of ...
3
votes
2answers
499 views

Facebook fan page going immediately to wall after like, used to go back to the app

I use fan gates on a lot of different fan pages. The idea has always been you land on the page and see a like us to gain something after clicking like the page reloads and now the user sees the ...
3
votes
3answers
3k views

Adding content to Facebook feed dialog from Facebook SDK for Android

In my android app, I want users to "share" my app in their wall, so I want them to post a predefined content status on their wall. How can I customize the wall status? (I want to add my app icon and ...
3
votes
3answers
9k views

What is the API for Facebook 'profile stream' aka wall posts?

Is there an API call, and if so, which call to get the 'posts to my wall from myself and others' on Facebook? It seems like it could be filtered out of the Facebook stream API, but it's not clear how ...
2
votes
2answers
91 views

2D Bounding Box Collisions, Walls

I am currently having trouble making a sprite appear solid using bounding boxes. The collisions work just fine with the code below. Position is the main characters position on the map. character2 is ...
2
votes
0answers
59 views

Comments Social Plugin Comments not posting on wall

I am currently trying to use the Facebook Comment Social plugin for comments on my site. Almost everything works, the comments can be seen by people on the site and also viewable using ...
2
votes
1answer
246 views

Publish post with picture and link on event's wall

Is there a way to publish a post with a picture and a link on an event's wall? Currently I can publish only statuses (messages). On the user's wall there is no such issue. I've tried the new Graph API ...
2
votes
2answers
621 views

Embedding HTML5 content into Facebook wall posts?

I have managed to get a custom SWF embedded in Facebook wall posts. This can be done by adding special meta tags to the source code of the linked page. For example the respective source of a YouTube ...
2
votes
3answers
293 views

How do I access Facebook wall feed in python?

I am trying to make a little desktop alert script that will tell me if there is a new post on my Facebook page's wall. It would be nice to see if I'm getting any new likes as well but really I mostly ...
2
votes
2answers
224 views

Access Facebook App's Main Account Wall

We created an application profile using our company's Facebook account. Today, I've just finished integrating the application login, user login and also able to get user's info using oAuth and Graph ...
2
votes
3answers
525 views

How to create facebook wall posts and add retina version of picture

We're using the facebook graph API http://developers.facebook.com/docs/reference/api/post/ and adding the picture parameter. Our picture is a 30x30 pixel image, which is exactly the size we want for ...
2
votes
1answer
918 views

Share facebook wall on a website

Is it possible to share facebook wall on side a website? I would like to let each logged in user on my site to view his facebook wall on a certain area. IF the user is not logged in to facebook I want ...
2
votes
0answers
467 views

facebook graph api getting only one picture in feeds

I am developing an app using the facebook graph api. When I create an album with more than three pictures on facebook, on my wall post it displays three thumbnail images, but when I check in the feeds ...
2
votes
1answer
383 views

Facebook API - a simple integration question - WALL + Like Box

I would like to display my wall (of my facebook) on my website. But, I would also like to add a like box next to it. It seems however, they I cannot have both, because: It seems that, once the user ...
2
votes
1answer
1k views

How do I post to a user's wall through a facebook iframe app?

I have a simple iframe facebook app. I need the app to post content to the current user's wall. I'm doing everything in PHP and JS. Currently, the only facebook-specific PHP I have is to get the ...
2
votes
3answers
2k views

Facebook Wall functionality using ASP.Net??? Any Ideas?

I want to create something similiar to a facebook wall on my social site. I want to store the posts in an sql database and that should be rather simple. What I am looking for is a good way to display ...
1
vote
1answer
22 views

iPhone app facebook post to wall uses random “Share” app

I'm doing a standard post to wall using iphone facebook sdk. The problem is that when I do the post, the wall post links to a generic app called "Share" instead of my app. This is the app it is ...
1
vote
1answer
51 views

Retrieving facebook user wall posts through graph API

I'm currently working on a facebook app which captures wall posts for a specified user, page or group, after a user has authorized the app I quote the access_token that is returned to call the method ...
1
vote
0answers
46 views

Posting raw image data instead of URL to with Android Facebook SDK

I would like to know if it's possible and if so how I can transmit the the raw image data instead of specifying the URL to an image on the web when posting to my Facebook wall? The working code I ...
1
vote
1answer
81 views

Facebook: Writing on a Page's (or another user's) wall while Offline

I'm aware that using /USER_ID/feed on a API call, you can write to this user ID's wall. My app manages to get that ID from a database and, given this user has already accepted the app, it writes on ...
1
vote
0answers
83 views

Publish on user wall and user's friends walls - marketing my app

Publish on user wall and user's friends walls - marketing my app My app requires publish_stream. When an user access my app first time, i want to publish "Username has been started using My Awesome ...
1
vote
0answers
26 views

posting to wall from iOS device (via link not active)

I have been able to post to a users wall for some time and it is signed by the app at the bottom of the posting with "xxx hours ago via (name of app)". This via (name of app) use to be a link that ...
1
vote
1answer
101 views

Facebook Fan Page “Like” Stays on Fangate page instead of moving to Wall

Desired Behavior: After using the Like button on top of my fan page, I want the user to be sent to the Wall. Current Behavior: The user remains on the fangate page (custom tab that is set as the ...
1
vote
1answer
203 views

Facebook post to wall with API: I post Chinese message, but none of the Chinese characters appear correctly

I use PHP language to post Chinese message to my Facebook wall, but the message did't show on wall successfully — the message is garbled. Please see code below; the PHP page's encoding is UTF-8: ...
1
vote
2answers
117 views

How to design the DB for a complex wall like Facebook

I'm creating a Facebook-like social-network website. For my "wall", I have many different kind of information like status, messages, user like/dislike a page, user has updated his profile, ... I ...
1
vote
2answers
76 views

Django based Microblog

I would like to build a notification system that will give updates to the user regarding the following events all at the same place When somebody sends a private message When somebody ...
1
vote
0answers
116 views

Need specific - simple - Adobe FlashPro5.5+AS3 for iOS/iPhone examples. Especially wall post

I'm trying to get a grip on how to send a post to my wall from the iPhone app I have. I have it working with Twitter, but I'd like to also send updates to Facebook as well. The app is developed for ...
1
vote
1answer
57 views

Contacting individual Page fans directly?

I was wondering what options are available for directly contacting specific fans of a Page. What I've found so far is that it is possible for a Page admin to send a private message, using the Send ...
1
vote
0answers
151 views

Mysql query of Facebook style wall

I want to create Members Wall (facebook style) in my website. Based on: Last comments of member's friends. Last files of member's friends. Last comments of member's files. Tables structures: ...
1
vote
1answer
85 views

create a wall with photos,videos etc [closed]

I want to make a wall as facebook one so there will be the photos,status,videos etc of the friends of the user. Now I print first the photos then the videos etc. Is there a way to print all these ...
1
vote
1answer
156 views

Facebook: Embed YT video in post from php-sdk

I'm trying to post on user's wall with embed video. I have created app, i can post with picture, i can change messages,description, however there is a problem to embed video, YT video (which has ...
1
vote
1answer
115 views

Custom Wall at Facebook page

is it possible to have something like this in a simple manor without loosing any sort of functionality from the ordinary wall? (doing just a comment section within an iframe isn't what i mean...). ...
1
vote
1answer
286 views

Facebook wall photos are unavailable

I am attempting to write a script to pull the wall photos from a Facebook Fan Page wall, and display them as a gallery on a different site. I am looking at the jSON that is generated by the Facebook ...
1
vote
0answers
307 views

Post on friend's wall using PHP SDK 3.0

I have a friend, Bob, which allowed my app for tests. The app has publish_stream perms. publish_stream desc : Enables your app to post content, comments, and likes to a user's stream and to the ...
1
vote
1answer
57 views

Importing all wall posts into custom tab

Hi I am trying to import all wall posts on a given Fan Page into a custom welcome tab. I can't find the FBML for that anywhere although I have to believe it's simple.
1
vote
0answers
391 views

Facebook test users can't do wall post

For our website, we do a lot of automated tests. So, recently I've just written a method using Facebook Graph API that create a wall post on feed. This method works when I test it live using real ...
1
vote
1answer
205 views

facebook wall search

I have come across facebook graph api for developers https://graph.facebook.com/ among others it also offers search service: All public posts: ...
1
vote
2answers
128 views

Interfacing with wall/feeds

This is the first time I'm trying to develop a facebook app so sorry in advance if my question is too naive. What I need to do is making a chat-like facebook application where: the user can write ...
1
vote
1answer
272 views

Post to wall: link in description is removed

Our app can post to a friend's wall successfully. However, if the message contains a url it is auto removed by Facebook. If manually posting to a friend's wall the link in the message shows up ok. ...
1
vote
1answer
83 views

need help with facebook wall links fetching

I've been using the FQL to try and retrieve wall likes and links (that belong to a user that added my app), and the results I'm getting in return are limited/partial. I've been extracting them ...
1
vote
3answers
1k views

Post Google Plus Stream

Any idea about how to post on our Google+ Stream using javascript or json? I'm not searching how to use the google+ button, I need to post on the wall(or stream)

1 2 3 4 5