How i can upload image or photo on Facebook Wall using Outh_key or access token without login using PHP?
Please help me & thanks a lot.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are some various ways to upload photos using the Graph API. The examples assume you’ve instantiated the $facebook object and have a valid session.
1 – Default Application Album of Current User
This example will upload the photo to your default application album of the current user. If the album does not yet exist it will be created.
2 – Target Album
This example will upload the photo to a specific album.
you can also specify this in the Facebook constructor:
Another Option