The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
20 views

Facebook: message posted with PHP SDK not visible to OTHER users

I an facing an issue with the Facebook SDK POST action when posting a very basic message on my page. I have tried to solve the issue by myself using Google and StackOverflow, but I didn't manage to ...
0
votes
0answers
7 views

Can I publish action on News Feed and my friends wall by open graph

I've create an action by open graph and I published an action, it doesn't publish on my wall. It publishes on the activity feed. can I publish action on News Feed and my friends wall. I gived the ...
0
votes
0answers
21 views

Not able to upload images on facebook event wall using phonegap

I am not able to upload images on facebook event-wall using phonegap while other textual data has been saved and i can also upload event image. Thanks & Regards Piyush sharma
0
votes
1answer
53 views

Users forced to login while accessing facebook wall or fan pages on mobile devices

Since last week, users are forced to login page while accessing our facebook wall or fan pages in mobile browsers. It works great on regular browsers. Why this sudden change on mobile devices. Wall ...
0
votes
2answers
41 views

Create a post on the wall from the app with additional parameters (“to” and “status_type”)

Exploring wall posts with graph explorer I've mentioned that there are some posts, which have "to" field and their status_type is app_created_story. As I understand this is a way to post on friends ...
1
vote
0answers
44 views

Last Script for Like Button is not Posting in the Wall

I'm using the lastest script in facebook developers page but when the like button is clicked, the article is not being posted on the facebook wall. The web page with the issue is ...
1
vote
0answers
52 views

Disable comments/posts on event wall through API?

When using the Graph API to publish an event to a Facebook page is it possible to set the event to "Only admins can post to the event wall" like in the event dialogue available on Facebook.com? I ...
-2
votes
0answers
41 views

Post on user's friend wall using PHP Graph API

I have used the following code for Facebook Friends wall post and it worked exactly before a month but now its not posting on friends wall. Could someone advise to resolve this issue $attachment = ...
1
vote
1answer
38 views

Can't make impassable 'wall'

I have a basic program in which you can move around a circle with the arrow keys. I'm trying to make it so a certain area cannot be entered by the ball (a blue rectangle), but it's not working. I'm ...
-8
votes
0answers
26 views

why did Facebook remove my wall photo without asking me? [closed]

Someone reported my image for something I don't know and Facebook removed it without any notice or permission. I am sure it was not Pornography or any bullying sort of thing. I would like to know what ...
-2
votes
0answers
22 views

facebook api php sdk 3.0 login why? [closed]

i am running hopeless in all this flood of tutorials and examples out on the web of using facebook API. I'm building easy app on facebook and i'm stuck at the login button - even do not know why do i ...
1
vote
0answers
18 views

How to post to User's wall without the offline_access permission

we've created an application for helping law enforcement to find for missing people through Facebook. At this moment we were using the offline_access permission in order to post at the User's Wall in ...
1
vote
1answer
40 views

How can I run a web based script (php) when someone posts a message to my facebook wall

This might require using the Facebook API and that's fine. But I am hoping to run a script (PHP) when someone posts a message to my Facebook wall. I want to capture those posts (the messages, and ...
0
votes
1answer
80 views

Post to other users wall from facebook api

I am creating a site that allow users to sell items, login is based on the facebook API. When an ad is created it needs to be approved, so it is not visible at the time of creation. I have a field ...
0
votes
1answer
50 views

How to post on a friends wall with GraphAPI?

I'm using GraphAPI for posting to a friend's wall but I'm unable to do it. I'm trying the below link: http://graph.facebook.com/friendID/feed Can anyone help me how to post to your friend's ...
-3
votes
1answer
56 views

Link preview from mysql with jquery [closed]

i was found this project http://lab.leocardz.com/facebook-link-preview-php--jquery/ I instaled in my webpage.. Work’s fine, but how can i preview links in this style from mysql? I have a wall where ...
0
votes
0answers
39 views

Post to fb pages from my website

I know twitter can do it. Let say you are an artist you can link your Fb page to your Twitter page, and post on twitter will appear on your fb page. I have a website for special kind of artists ...
0
votes
0answers
66 views

post random photo to user's wall faceook api

this code its for post a photo to user's wall $albumID = isset($_REQUEST['albumid']) ? $_REQUEST['albumid'] : 'me'; try { $uploadstatus = $facebook->api("/$albumID/photos", 'post', ...
0
votes
0answers
41 views

What is the best facebook-styled status wall library for my site? [closed]

I have been searching the web for code libraries (free or not) to implement a status wall at my site similar to facebook, with comments, images, url attachments and the like. I use PHP, mySQL and ...
0
votes
0answers
81 views

Android FB App - how to view Group Feed Wall

I have an app that do login to facebook using api 3.0. The logged user belong to a FB Group. How can I view this Group Wall (Feed) in my app? With GraphAPI I can obtain JSON response with Request ...
0
votes
0answers
27 views

How to Post a message to a freinds wall

Hi I am trying to POST a message to a friends wall using Social Auth Java API, below is the following request i issue to post a link. https://graph.facebook.com/suman/feed? ...
0
votes
1answer
76 views

Facebook publication from app to page wall invisible to others

I have a big problem, I try to publish a post from an Facebook app to a Facebook page wall. I used this function to do so : function Post_facebook($message){ ...
0
votes
0answers
97 views

Accurate wall time in iOS/iPhone

I'm trying to understand how to get accurate wall time in iOS/iPhone and a cursory search is not bearing a lot of fruit. I would like access to accurate wall time which is not subject to user ...
0
votes
0answers
61 views

facebook Post to Wall not shown

on my website edelweiss-cervinia.freshcreator.com/dedicato-a-te there's a customized post. The code I used is: <div id="fbcontainer" align="center" width="200px"> <img ...
-1
votes
1answer
108 views

post on timeline

We have requirement in our FB App to post some content on user wall, this activity is performed by FB app admin (publisher) who select the content and post to list of user on there wall. Problem ...
0
votes
0answers
10 views

Invite friends to recommend a web link

Facebook are in process of deprecating feed to another user. Feed story publishing to other users is disabled for this application or ...
0
votes
0answers
40 views

Using Jetpack Plugin - Sharing Link on Facebook (Description Text)

I added a Facebook button to my site so people can share links and post them to their Facebook wall. When I try to share a link, the text and thumbnail image that appear in the popup box is not from ...
-1
votes
1answer
133 views

Post to Facebook via php without being online [closed]

i would like to write an app to post some stuff "to the app users wall without being them online". Example: 1. The User authorizes the App to Post on the USers wall 2. The App saves the ...
0
votes
1answer
515 views

Posting to friends wall with dialog feed? (fb feb 6th '13 changes)

I'm using PHP SDK to create a post to a friends wall, before the feb 6th changes, I just used the graph api and /[friend id]/feed/ with post and parameters. I'm not sure exactly how to use the dialog ...
0
votes
1answer
113 views

Posting to Facebook wall with customize settings on Android using Facebook api

http://postimage.org/image/6otopxvnv/ => Cardio Trainer Example Image Link I m trying to post on wall with some custom settings as Example image via "Cardio Trainer" android api. This is an ...
0
votes
1answer
214 views

Blink Bug if you fast hover on Metro JS (Jquery)

I´m using Metro JS (http://www.drewgreenwell.com/projects/metrojs), to create a Jquery flip wall and everything works ok if I hover the tiles at a "normal" speed, if I hover tiles faster a little bug ...
0
votes
1answer
80 views

Facebook: Posting to my own wall through the API

I want my application to post to a single, pre-defined user's wall something like "We just posted a new blog at [URL]" with no client-side interaction. But every answer I can find on this topic seems ...
0
votes
0answers
104 views

Android/Facebook : Ask for authorization to post on own wall/friend's wall

I've manage to post an image on my facebook wall via my android app but as I accepted the app to post on my name it doesn't ask me again if I want this picture to be send. What could I do to have a ...
0
votes
2answers
29 views

Make the box of the Description bigger

I have made an FB App, to post in friends wall with php sdk $facebook->api('/me/feed', 'post', array()) but my "Description" is a little bigger than the box, so can anybody say me how I can ...
0
votes
0answers
30 views

Is there a simple way to create a comment wall? [closed]

I need to create a comment wall for a web app. The kind of wall I´m looking for should include: comment wall, like button and add comment. It should also display the picture of the user that has ...
0
votes
0answers
119 views

send access token to facebook feed dialog

How do I send access token or authorization to the dialog feed that posts to a friend's wall using https://www.facebook.com/dialog/feed?appid=... Currently it asks the user to login before it shows ...
0
votes
1answer
325 views

three.js - principle of camera collision

As I understood the only method to compute collisions with three.js is intersectObjects with a ray ... I created an object that includes the basic elements of the collision : ground, walls, ...
0
votes
1answer
105 views

Application to Publish custom messages on User's wall by Itself

It's my first question here :) I developed simple Facebook app for my WordPress plugin (I used PHP-SDK) and it works like this: A visitor clicks Facebook button on my website and his details (name ...
1
vote
0answers
644 views

Message post on friends wall using facebook sdk from android 3.0

I am doing like this to post on friends wall and giving hardcoded one friends id to post if i pass me/feed instead of friend's id/feed it posts on my wall but when i put friends user id it throws ...
0
votes
0answers
46 views

Set size post to wall screen

I`m using the script below for a FB "post to wall" function. Works great only problem on Andriod is the popup screen is really big. There must be an easy way to change it (?). Also can i determine the ...
1
vote
0answers
43 views

Android application in tablets or phones wants to post message generated by user to user wall

I am developing an Android application to run on Android tablets and phones. I want to add a feature for the user to post to his wall text selected from my application. I can do that now. However, ...
1
vote
0answers
82 views

facebook wall feeds output - access_token issue

I've an apparently simple problem that is killing me. I read a lot on this topic but I cannot find any solution. when I access to my wall with this url: Profile feed (Wall): ...
1
vote
1answer
2k views

Android - Facebook SDK 3 - Wall post only

I am new to Facebook SDK (3) and have succesfully compiled and run the HelloFacebookSample. Now I want to only publish a wall post so I triedy to delete all the unnecessary stuff and only have the ...
1
vote
0answers
69 views

Is there a standard icon for the Facebook Feed Dialog?

I want to add the facebook feed dialog to my website. What is the common practice for the clickable 'thing' that a user sees in order to invoke this dialog? I can think of a few possibilities: 1) ...
0
votes
1answer
243 views

Automatic facebook wall post, access token keep expire

I have to automatic post on my facebook page wall. So far so good... but the access token keep expire. I did the automatic post with my App and with the Graph Explore and I have the same problem with ...
0
votes
0answers
111 views

Using Java Eclipse :Build class for register page or login page with wall post? [closed]

Web app for register and log in page ,next class is wall post ?
1
vote
0answers
267 views

How to upload a video from my PC to a FB group/page using Visual Basic 6? [closed]

I created a VB6 app for students of my father's school, it's a Meteo project. The app reads data from an existing Excel file and plays the relative video with sun, rain, snow etc. Now I want to add a ...
2
votes
1answer
185 views

Facebook app stopped posting updates to the wall

Since Thursday our Facebook App has stopped posting updates to our page without any changes from our side.The error we got is "OAuthException: (#200) User does not have sufficient administrative ...
1
vote
1answer
111 views

posted images in wall disappear

i'm posting some images using the following command: $url_facebook = ...
0
votes
1answer
99 views

Facebook : Quiz result posting without permission?

I made a app on Facebook which works like a little quiz. You just have to answer 4 questions and after it you get one of three possible results. Now I want a button where people can PUBLISH their ...

1 2 3 4 5 7