I have about 30000 likes on a old facebook game. The likes are on the app itself. Not on any facebook page.
I had a embedded code generated from facebook a long time ago and putted that on the app page. How can I send an update to all people who liked this page to notify them that a new version of the game is ready to play? (I can't post anything because it is not a page.)
Kind regards
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
About 1 week ago we launched a new website. We've setup a facebook app and integrated the facebook like button using that app ID.
The site has had a great amount of traffic and now the website has over 10,000 likes, which is great....
In hindsight though, we should have targeted the facebook like button to like a facebook page instead of the website, so that we can interact with the 'likers'.
We've created a facebook page now, and linked it with our app. Is there a way for the number of 'likes' on our facebook page to be the 10,000 likes we have showing on the website?
Unfortunately, this is not possible. Every URL is counted separately. If you create a Facebook Page, this is another entity within the Graph API, so the likes cannot be shared.
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.
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 .
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.