How do I access facebook friends' recent pictures of my users on my facebook app? I would like my users to see a recent feed of the pictures that their friends are posting on facebook (regardless if that user is tagged in the picture or not.
I have seen this in an android application and I wanted to program it for a website app.
Not sure why Android is tagged here but use the Facebook API
Related
I am writing a Facebook App for my organization. We want to automate posting pictures to certain albums on our Fan page using the graph api. I have created the Facebook app in Facebook. My app requests publish_actions and manage_pages permissions in order to post the photos to the albums. I have written all the code to make it post the pictures. I have successfully posted pictures to albums on our Fan page using the app. I have NOT submitted my app to Facebook for "Review" to be approved.
Problem:
Only my user can see the photos in the albums that were posted by the app. I have editor permissions on the Fan page. I am the only developer of the app. If I add a tester or another developer to the app, that new user can see the photos that have been posted to the fan page by the app. So, my guess is that Facebook has to review and approve my app before the photos that are posted by the app can be viewed by all users. But I have found no documentation to prove my theory. Am I right or have I done something else wrong? I don't want to go through a 7 day wait for the review and approval and still have the same problem. Please let me know.
No Facebook doesn't need to approve it. You just need to take the app Live. There is a big Live button under Review & Status
I am trying to make an iOS app integrated with the Facebook SDK that allows the user to post directly to a facebook group page and receive updates directly from the group page through the app, as an alternative to the facebook app.
I know that the Facebook dialog class in the latest SDK allows us to share a status directly to one's wall but I have yet to find a way to post it to a page other than the user's wall. Is there a way to gain access to a facebook group page and retrieve the posts from the page and also post directly to it?
I have one question.
I want to share photos from my application via facebook.
There is no problem to share it on my wall, but is there any possibility to share it on friend's wall ?
Something like click share button, log in, choose friends and share it on their wall ?
I have been searching application in appstore which can do that, but i found nothing.
You can post to a user's friend's feed using the Graph API, assuming the user granted you the relevant (publish_stream) permissions.
POST /[friend]/feed
message=hello&picture=http://...
I should stress strongly that users consider this very spammy behavior for apps, and it is not generally recommended.
Source: https://developers.facebook.com/docs/reference/api/post/
A Facebook Ads does not necessarily have to target a specific user, but at least a way to target a user's Facebook friends with Facebook Ads.
I believe it is not possible to target Facebook friends with Facebook Ads with the default setting.
But would it be possible to target Facebook friends, if I create a Facebook App with Facebook Ads API?
It would be great if I can get an advice on how to target a user's Facebook friends with Facebook Ads!
I went to : http://www.facebook.com/ads/create/ to see what type of targeting is available. And it appears that there is such a check box.
Friends of Connections:[_] Only show my ad to friends of users of {app Name}
You can set this attribute following the directions here: http://developers.facebook.com/docs/reference/ads-api/adgroup/ On that page search for "friends_of_connections".
I created a Facebook APP which is being used for FB Connect Feature... everything is working fine.
But now I would like to display my APP on the Wall and News Feed, and also give the user the opportunity to share my APP.
How can I do this? I searched on Google and checked the Facebook API but couldn't make it.
Check out the Facebook Social Plugins...
Here you will find methods to embed share and like buttons on your site. When users interact with these social plugins, stories will be created on their feed and their friends will see this activity.