Jump to content

Recommended Posts

Posted

I would like to build a csript which can upload a photo to facebook. But not by clicking on the browse button or antyhing.

I want it to happen invisibly. The user should be able to use the system without any issues.

 

Is it even possible?

 

Posted (edited)
  On 12/18/2016 at 2:57 AM, wwwwww said:

I want it to happen invisibly.

Is it even possible?

Expand  

No, it is not.

But you can develope a console application which interacts with a browser window that enable the user to login and set the right permission to your app.

You can try tons of material on the FB Dev Network, you are interested in Graph API part, avoid the SDKs one.

From https://developers.facebook.com/docs/sharing/web:

  Quote

In rare instances, you may need other methods. If you want to let someone post a plain text status update without a link attachment, you should use the Feed dialog. If you're sharing photos or videos rather than links, you will need to create a custom interface that lets people post to their own timeline, which requires implementing Facebook Login and requesting the publish_actions permission. For more info see Publishing with the Graph API.

Expand  

 

Edited by j0kky

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...