skip to Main Content

How to upload local image to facebook

I managed to upload an image to facebook using online URL but, when I try a local image using format file://path/to/imageI get the error {"error":{"message":"(#100) url should represent a valid URL","type":"OAuthException","code":100} is it doable ? or am doing it wrong…

VIEW QUESTION

Spring Webclient : illegalargumentexception not enough variables to expand 'comment_count'

I am using spring webclient to make a Facebook graph api request with url containing {comment_count} But, getting this exception java.lang.IllegalArgumentException: Not enough variable values available to expand reactive spring Code Snippet : import org.springframework.stereotype.Component; import org.springframework.web.reactive.function.client.WebClient; import reactor.core.publisher.Mono; @Component…

VIEW QUESTION

Crawl Public Facebook Posts

I made a website where people can post links for other websites and then the backend generates a preview of the link (by using curl and parsing out the open graph tags available on most websites / by picking the…

VIEW QUESTION
Back To Top
Search