facebook app action in user timeline - facebook

i made a facebook app, i googled it many times but not place gave me an answer
all what i want is to post on the facebook app users timeline.
something like socialcam app, when user watch a video you will be able to read on that user timeline that he/she watched that video.
you can access my app from this link and i will appreciate if you can tell me how can i post in user timeline
http://apps.facebook.com/asmgxtestonetwo/?qtnid=20

You can use Open Graph Actions (there's a built-in action "watch") and post onto the timeline using Aggregations:
Open Graph Actions
How-To: Defining an Aggregation

Related

Share existing post to Facebook app by id/url using Graph API

So in my app I display some Facebook posts from a predefined page. I get the posts from my server (the server gets them from Facebook directly) and this way I avoid using the Facebook SDK.
For each post, I have both the id and the URL and whenever a user presses on a post I open the Facebook app on that given post.
Now I'd like to add the possibility for users to share these posts to their profile pages, but when a user opens a post (on the Facebook app) it doesn't appear any option to share it (only like and comment). Other option would be to use the standard android sharing feature (ACTION_SEND), but whenever I share a post's URL this way the app only shares a picture from that post, not the actual post.
Any help would be much appreciated,
Regards
There is currently no way to mimic the "share" behavior that exists on the facebook.com website using graph API. The closest thing would be to use the link field that you mentioned.

Facebook JS Share Dialog and Timeline select

I have created a button on a test website which gets the user to post a custom Open Graph story using the Facebook Javascript SDK. (*** is going to an event).
However, my users do not get the option to post this action to their Groups Timeline, or share on a friends timeline – see the below Facebook sharer dialog, (where you are always sharing a link – I don't think you can use Custom Open Graph actions with the Sharer).
I've looked all over the Docs and can't seem to find a way to make this functionality happen – trying to avoid users having to login to my site with Facebook/ generate a user access token.
Any solution?

Retrieve Facebook events from user's liked fan pages via Open Graph

Is it possible to get Facebook events from user's liked fan pages via Open Graph. I mean I am making an app that manages events from facebook and want to present events which user can be interested in.
I have found solution to this:
/user/likes
https://developers.facebook.com/docs/graph-api/reference/v2.2/user/likes
and than
/page/events
https://developers.facebook.com/docs/graph-api/reference/v2.2/page/events
I do not why I overlooked it before

How to allow users to turn add to timeline posts on/off?

I am building an app that uses the Add to Timeline functionality to post to a users wall. However, now I want to allow the user to decide if they want to post to their wall or not; essentially an on/off add-to-timeline toggle. Any ideas?
For example, if they are reading a news story - the user can decide if they want to post using add-to-timeline or not. Dailymotion has this when logged in using your facebook account and viewing a video. Right below the video shows a 'Social On' with a preview of what will be posted to your timeline.
Thanks in advance.
Cheers.
Have a look at how social reader apps do this. We worked with all the launch apps do design privacy controls that let you enable/disable posting activity to timeline, or remove a recent specific activity.
Here's more from the Guardian's FAQ's: http://www.guardian.co.uk/help/insideguardian/2011/sep/22/the-guardian-on-facebook-app
And from The Independent: http://www.independent.co.uk/news/media/online/recently-read-on-the-independent-2359683.html
Technically, its a switch within your app which decides if you make the post to FB or not. If you want to allow the user to permenently remove your ability to publish Timeline, you can perform an HTTP DELETE on
https://graph.facebook.com/me/permissions/publish_actions
and the permission will be programmatically revoked.

how to integrate facebook in my application in iphone

i am creating a music application and i want to integrate facebook into my application.when the user logs in for the first time in facebook the log in page of facebook should be displayed and after when he clicks on the login button my custom dialog page should be displayed containing buttons of publish feed, retrieving friends and logout and when the user clicks on a particluar button for.e.g publish feed his wall page should be displayed and when he enters some information in that it should be posted to his wall and his friends wall and how can i create the template bundle id of my application in facebook.
Please help me regarding this problem
See: http://wiki.developers.facebook.com/index.php/Facebook_iPhone_SDK.
Have you tried implementing any of the application above? People will generally be more helpful if you attempt the a solution and have specific problems.