facebook-wall

How to post message on facebook wall using Facebook android SDK integrate android app

与世无争的帅哥 提交于 2019-11-28 02:25:53
问题 i am developing social app this app integrate to facebook my app related message post to facebook wall i am using facebook sdk in facebook sdk mPostButton.setOnClickListener(new OnClickListener() { public void onClick(View v) { String message = "Post this to my wall"; Bundle parameters = new Bundle(); parameters.putString("message", message); mAsyncRunner.request("me/feed", parameters, "POST", new SampleDialogListener()); } }); mPostButton.setVisibility(mFacebook.isSessionValid() ? View

Api Facebook iphone , possible to post to a friend's wall

南楼画角 提交于 2019-11-28 00:36:12
I want to know if it is possible to post to a friend's wall using the iPhone Facebook api. I have already links explaining how to post on user'wall but not on firend's wall here are the links : http://www.raywenderlich.com/tag/facebook You just have to send your friend's Facebook ID as a parameter under the key "target_id". OLD SDK: set the FBStream dialog's targetId property. NEW SDK: set a parameter under the key @"target_id" on the parameters dictionary (when invoking dialog:andParams:andDelegate: on the Facebook object). Here you have a sample post using the new sdk (the one that uses

Post on user's friends facebook wall through android application

ⅰ亾dé卋堺 提交于 2019-11-27 23:17:13
I am developing an Android application in which the user logs in using its facebook id. I can get all the information about the user and i even get its friends list with following methods facebookClient.request("me") facebookClient.request("me/friends") My query is that i want to give flexibility to the user to invite its facebook friends. I dont know what extra stuff is to be done here. Any help will be appreciated. Kon Check out: How to post on facebook wall using Facebook android SDK, without opening dialog box and How to post message on facebook wall using Facebook android SDK integrate

Which Facebook permissions allow for posting to a page wall (not profile wall)?

倖福魔咒の 提交于 2019-11-27 18:49:17
I am working on a project to post data to the walls of Facebook pages. I have set up a Facebook app and currently requesting the following permissions from user when attempting to post to their page's wall: publish_stream offline_access manage_pages The code currently posts to a PROFILE's wall successfully, but when trying to post to a PAGE's wall, the following error is returned: Facebook error: (#200) The user hasn't authorized the application to perform this action. Again, I am requesting permissions which apparently are sufficient for posting to a profile's wall, but not to a page's wall.

Post message to facebook wall from android fb sdk always error

人盡茶涼 提交于 2019-11-27 07:38:14
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 the code snippet onClick function, i made small modifications on their sample code: Bundle params = new Bundle(); params.putString("message", "Test"); params.putString("name", "American Virgin"); params.putString("link", "http://bit.ly/12345"); params.putString("description", "A Freshman College Girl on a scholarship from an ..."); params.putString("picture", "http://xxx/MOV1026.jpg");

How to post on a friend's Timeline after the February 2013 migration takes effect?

淺唱寂寞╮ 提交于 2019-11-26 23:09:27
Since Facebook is removing the ability to post to friends' wall via Graph API from February 6, 2013 onward, I want to know if there are some alternates to post to the friend's Wall. Till now, I was using Feed API for this- using to parameter but it throws the exception: (#200) Feed story publishing to other users is disabled for this application The possible solution that I found was: OG: Mention Tagging . But is there a way to accomplish this other than by using OpenGraph? Please help. But is there a way to accomplish this other than by using open graph? Accomplish what exactly? Tagging users

Api Facebook iphone , possible to post to a friend's wall

喜你入骨 提交于 2019-11-26 21:45:10
问题 I want to know if it is possible to post to a friend's wall using the iPhone Facebook api. I have already links explaining how to post on user'wall but not on firend's wall here are the links : http://www.raywenderlich.com/tag/facebook 回答1: You just have to send your friend's Facebook ID as a parameter under the key "target_id". OLD SDK: set the FBStream dialog's targetId property. NEW SDK: set a parameter under the key @"target_id" on the parameters dictionary (when invoking dialog:andParams

Post on user's friends facebook wall through android application

試著忘記壹切 提交于 2019-11-26 21:24:49
问题 I am developing an Android application in which the user logs in using its facebook id. I can get all the information about the user and i even get its friends list with following methods facebookClient.request("me") facebookClient.request("me/friends") My query is that i want to give flexibility to the user to invite its facebook friends. I dont know what extra stuff is to be done here. Any help will be appreciated. 回答1: Check out: How to post on facebook wall using Facebook android SDK,

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

喜夏-厌秋 提交于 2019-11-26 17:02:09
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 the blog site and want the updates to be posted to the wall on the page, is there a simple way to do this? What I really want is a url and set of params to parcel up as an http post request. Note that this is to post to the wall on a new style page not a profile. Thanks in advance. Harish Kurup Get PHP SDK from github and run the following code: <?php $attachment = array( 'message' => 'this is my

Simple example to post to a Facebook fan page via PHP?

自古美人都是妖i 提交于 2019-11-26 11:31:46
I've done a lot of searching and I've found outdated tutorials that don't work... I have a site made with PHP and when I submit a particular form in my admin area, I want to publish to my Facebook "fan page" There is no RSS available, so do you have any example to directly post to the Facebook fan page (not user wall) using php sdk? Thank you! nmarti Finally, after a lot of tests, it worked, without the PHP SDK. This is the step by step guide: 1. Get permissions and the page token Go to https://developers.facebook.com/tools/explorer/ and select your app from the first drop down menu, in the