Connect Facebook account and reward user for actions - facebook

We are in the process of implementing a user awards in mobile app.
I have news feed with URLs to Facebook posts and I want users to gain points for sharing and commenting this posts on their FB acounts.
Any idea how to implement this concept: a user share our post on facebook and app automatically rewards them points? Thanks

Related

Facebook Graph API - Pictures posted to Fan page by app are not showing to all users

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

Post to another's Facebook wall with Social Framework in iOS 6

I am making an App that reads a business' Facebook feed. The app is registered, I have an App ID, and can view all posts to their wall. I want users of my App to be able to post a comment on the business' wall. Is this possible with the Social Framework? I have seen many posts that say you can no longer post to a friends wall, but this App is registered. I can post to the user of my App's wall, but I want to post to the account that is registered with the app. Does anyone have any idea how to go about this. Please comment if you have any questions. Thanks for your time.

Make a Social Reader App

How to make an app similar to Social Reader App?
Social Reader app accesses user information and posts it to their facebook newsfeed and the wall.
This is in regard to icrease popularity for my blog. I want to make such an app which can access the user information and post it to their wall and automatically to the newsfeed when somebody reads my blog.
You have to add FB connection functionality on your blog , or you when you are posting the article on FB wall you can point it to a 2nd domain , where the fb iframe app will be installed and that will take care of the users authentication and then it'll redirect the user to your blog .

Facebook Application, needs to post to users feed AND the page for the Application developer, possible?

I have a Facebook application that posts to the users feed when they are using my application.
My company, which developed the Application, have their own page (as a page of my personal Facebook account).
Is it possible when the user Logs In to my app with their Facebook credentials that I can post to their feed (I can do this) AND to the feed of my Facebook business page at the same time ?
If so, any pointers/guidance would be appreciated. Thanks.
Yes this is possible, no not at the same time and not the same feed story.
If you grant publish_stream permission to application this is possible without interaction of user with Feed Dialog, if not you'll need to bring Feed Dialog twice (one for personal profile and one for page publishing).

Posting to user's facebook news feed without posting to his wall

I'm tring to send customized news to my users via Facebook.
I've tried posting private posts to their walls, so they show up on their news feed, but people got upset by the new posts on their wall (even though noone else can see them)
Is there a way to do this?
I considered building a page per user and suggest to the user to follow it - can this be done via API?
Can a user follow updates on just any page (non fan page) that he Liked, or that has a FB comments box?
Alternatively, can I programatically send Facebook notifications?
You can try creating a single Page for your app. Then when a user connects with your app, auto-follow that page so that all posts to that page show up in the user's feed.
Now just add new posts to that Page with privacy settings targetted at just that user.
Thats my off the cuff answer.