Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I use below parameters to create an event via facebook graph api

$attachment =  array(   'access_token'  => $token,
                          'name' => $event_name,
                                'start_time' => $event_start,
                                'privacy_type' => $event_privacy
 );

how can i attach an external URL as an image to an event in it,

P.s : I am using curl so i need to use external image url

share|improve this question
See this link it has answer which you want.stackoverflow.com/questions/3095099/… – Toretto Oct 6 '12 at 14:28
that wont work in curl – Reegan Edwin Oct 6 '12 at 14:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.