I am developing a website for a one of my customers and this website is accessible in and outside of facebook. For some reasons i need to upload videos on facebook, But the problem is to upload videos not with the user permissions but i want to upload the video by the app.
So my question is to know if is possible to upload videos as the application and not as a user ?
Thanks
There is not concept of posting "as an application" and not as a user. You can either post the video to a User profile or to a Page. Seems like in you case, you can create a Page for your app and then upload the videos to the Page.
Related
I would like to have my app post to facebook and then when "friends" see the link, they can click on it and since it is a deeplink, clicking on it would take the user to the app store if the app isnt downloaded otherwise it would take them to the correct page of the app. Would this need approval from Facebook?
No approval needed, but in most cases this is currently not possible — Facebook has decided to block the functionality. The best option is to post a link pointing to a page on your website, and then open your app from there.
In other words, you can't open a link from the news feed and have it launch the app. However you can open a link to your website, and once the website is open you can launch your app successfully from there. This is the approach we currently use at Branch.io
I am working on PHP application which will be shipped to many users for their own.
App needs to integrate
Facebook api for auto post their web articles to their fb profile/page.
Twitter api for same purpose as above and to search for tweets/users.
Youtube api to upload videos to their user account.
I already have completed the software, Right now software has api settings menu for each of them. Where user create their own app on respective platform and setup app id/secrets etc... IT works fine...
But I am looking for a way where, we use our own app codes, and user only has to click on button which redirect them to their platform and they can allow access to our app. So they dont have to go through their own app creation.
Just like how login with social media things work...
I know thats possible and my question is not about how to do this...
My question is about IF I do that, will that create any App usage limitation issues for users ? For example, if I create my own Youtube app settings from http://console.developers.google.com/ and all users just authorise my app to their account, will it create any issues if all users (may be 2000 users) uploads upto 5 videos per day ? Will the usage limit counted per application or per user access assigned ?
I need the answer for facebook/twitter and youtube. I know some one how has already done this can answer this quickly and easily...
Thanks for reading my question...
I am working on making a game that we plan to upload to Facebook in just under 3 months. However, we would like to make a Facebook page to try to get publicity before we upload it. I'm not sure if we should categorize it as a Games/Toys page or an App Page.
Yes, the app page just lets you have the codes for the API. You can change the catagory later.
I have Facebook application ready and token, app id, secret. Now I have searched a lot and it seems that I am unable to upload image to App wall or create album for the app.
What do I have:
Facebook app with canvas where user can enter data and upload an image(to my PHP script on a server)
What do I want to do:
To save the image on my app somewhere from PHP using PHP SDK.
What's the closest approach I have done:
Googled A LOT
I have added login/logout for user so I could upload
the image to user wall or album but I want to photo to be on the app
itself so to bypass the user authentification and I need to store
the image on my app somewhere.
Is this possible?
An App itself does not have a place to display images/videos.
You will need to create a Page for the App. To do this, go to developers.facebook.com/apps and click 'Edit App' in the top-right. In the 'App Details' section, click the button labelled 'Create Facebook Page' and follow the steps. This will create a Page to represent the App. You can then upload images/videos etc. as you would do with any other page.
Or, you could give the impression of storing an image on your App by storing the image in a database and recalling it upon demand...
I'm currently using facebook to post text in the user's wall. I'm wondering if it's possible to post pictures, such as screenshots from my app for example, in the posts, because someone explained me that currently it's only possible to attach pictures from an URL to the post, and not any picture from the iphone.
It's also possible to upload pictures to the user's facebook album ?
Thanks.
I don't for sure how to do it, but the Facebook SDK Api would probably support what you want.
http://github.com/facebook/facebook-ios-sdk
The opensource ShareKit framework - http://www.getsharekit.com/
Does this successfully and easily - You can publish a photo to your wall, and it is added to an album as well.
Great stuff...:)
Oded.